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.
 
Well u have to add that if u want the FORM TO RUN on the Server Side!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top