J Jon Paugh Jan 29, 2004 #1 why is it necessary to put runat="server" on an asp.net web control? It has to be run at the server?
S Steve C. Orr [MVP, MCSD] Jan 29, 2004 #2 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.
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.
P Patrick.O.Ige Jan 30, 2004 #3 Well u have to add that if u want the FORM TO RUN on the Server Side!!