Hi guys, i am selecting values to my textbox from a popup window and i hav used onfocus="this.blur();" for textbox, i want to disable this function in editbutton while i want to edit . i cant use readonly since the value is not passed to server due to postback, pls help
|
|
|
|
|
|
|
You mentioned that you cannot use
is submitted back to the server during a POST. The
is not submitted backing durring a POST. |
||
|
|
|
|
|
||||
|
|
|
You can submit disabled controls by putting this line in the Page_Load:
for ASP.NET 2.0 |
||
|
|
