Hi,
I have a Usercontrol which is being loaded in an aspx page.The usercontrol has a button which has been ajaxified in the aspx itself.When the user clicks the button i have to do a JS validation and depending upon whether the validation is true or false the server side click event of the button should be fired.But currently only the JS gets fired and even if the JS method returns true the server side click event of the button is not getting called.
I am using the Q1 2008 version of radAjax i.e. Telerik controls for asp.net ajax. Can anyone provide a solution for this.
Thanks,
Avik.
I have a Usercontrol which is being loaded in an aspx page.The usercontrol has a button which has been ajaxified in the aspx itself.When the user clicks the button i have to do a JS validation and depending upon whether the validation is true or false the server side click event of the button should be fired.But currently only the JS gets fired and even if the JS method returns true the server side click event of the button is not getting called.
I am using the Q1 2008 version of radAjax i.e. Telerik controls for asp.net ajax. Can anyone provide a solution for this.
Thanks,
Avik.