Hello!
I have an ASP.NET-Button shipped with VS. This button is responsible for saving the data the user enters in the form. When the Page is loaded, the button should be disabled. Then I have other controls (standard VS controls), where I have "linked" the client-side onpropertychange() event. When a user for example fills out a javascript-enabled textbox, the javascript-function will enable the Save-Button. Everything is fine.
When I now - for example - use RadTextBox and link the ClientEvents-OnValueChanged with the same javascript-function, the page loads and I can see, that the Save-Button is automatically enabled?!?
Is it possible, that RadControls do not fire javascript-events on Page_Load? Are there any workarounds?
Bye
Michael
I have an ASP.NET-Button shipped with VS. This button is responsible for saving the data the user enters in the form. When the Page is loaded, the button should be disabled. Then I have other controls (standard VS controls), where I have "linked" the client-side onpropertychange() event. When a user for example fills out a javascript-enabled textbox, the javascript-function will enable the Save-Button. Everything is fine.
When I now - for example - use RadTextBox and link the ClientEvents-OnValueChanged with the same javascript-function, the page loads and I can see, that the Save-Button is automatically enabled?!?
Is it possible, that RadControls do not fire javascript-events on Page_Load? Are there any workarounds?
Bye
Michael