HTML Controls
If almost all normal HTML controls are available as HTML server
controls(with RUNAT="server") what is the use of using normal controls? Whats the major difference b/w these two?
I understand the runat="server" means rocess at server by storing the control values in hidden fields. Can we still do client side validations with these controls?
---------
Rajani
|