|
This code customization is applicable only for pages with an editable record or
table control.
Note: In .NET, if the end user changes the value in a textbox and immediately
presses any button such as Save or Cancel, the TextChanged event will be
triggered, but the button's click handler will not be called. The user will
have to click the button once more after the TextChanged event completes its
processing and posts back the page. This is a Microsoft .NET Framework
limitation.
See:
http://www.dotnet247.com/247reference/msgs/58/290547.aspx
http://www.dotnet247.com/247reference/msgs/23/118838.aspx
http://www.codecomments.com/archive320-2005-2-403668.html
|