Interview Question
Qus: Is it possible to convert server side control to client side control?
It is possible to convert server side control to client side control by removing runat="server" attribute from the control.
No. its not possible but the vice versa is possible by adding an attribute called runat=”server”.
Answers (2)