Hello !
I would like to know if it is possible to set a radtextbox to invalid from code behind ?
I have a server side validation and i want that my control pass in invalid mode when i come back if it needs.I've tried to set the CssClass to radInvalidCss_Default, but it doesn't seems to work...
I would like to do as in javascript
Mycontrol._invalid = true;
Mycontrol.updateCssClass();
thx.
I would like to know if it is possible to set a radtextbox to invalid from code behind ?
I have a server side validation and i want that my control pass in invalid mode when i come back if it needs.I've tried to set the CssClass to radInvalidCss_Default, but it doesn't seems to work...
I would like to do as in javascript
Mycontrol._invalid = true;
Mycontrol.updateCssClass();
thx.