borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Session object referrer)Next Topic (Getting value form one form to another) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : Asp.net
Poster Message
Aspcoder
Level: Guest


icon Asp.net

How the IIS server knows in Asp.net that what all control it has to load?

06-02-2004 at 10:07 AM
| Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: Asp.net

Every ASP.NET server control is identified as a sever control by the "runat" attribute this attribute is set to server like this
<asp:Button id="Mybutton" runat="server" this will identify all server controls..

In any case all controls on a page are added to the controls collection of the page.

____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

27-02-2004 at 09:55 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : Asp.net
Previous Topic (Session object referrer)Next Topic (Getting value form one form to another) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder