Validations for Toolbar Button
-
How to perform the Client Side and Server Side Validations using the Validtor at the run time by clicking the toolbar button. B'coz for the windows button, the property called CausesValidation is available, but for the Toolbar button this property is not available. So how to achieve it using the toolbar button ? Note : The toolbar buttons are created at the runtime. With Thanks & Regards, Madhu.
-
How to perform the Client Side and Server Side Validations using the Validtor at the run time by clicking the toolbar button. B'coz for the windows button, the property called CausesValidation is available, but for the Toolbar button this property is not available. So how to achieve it using the toolbar button ? Note : The toolbar buttons are created at the runtime. With Thanks & Regards, Madhu.
Hi Madhu. In your code to handle the toolbar button click, you can call the
Page.Validate()
method. I don't know that this will help with regards to client-side, but at least you'd have server-side validation.