asp server controls

  • Thread starter Thread starter Jon Paugh
  • Start date Start date
J

Jon Paugh

why is it necessary to put runat="server" on an asp.net
web control? It has to be run at the server?
 
This is so you can interact with the control in your server side code.
If you don't need to do this then you might just want to output some HTML.
 
Back
Top