Thursday, October 18, 2012


What is an ASP.NET Web Form?


  • ASP.NET Web forms are designed to use controls and features.
  • The Web form uses a server-side object model that allows you to create functional controls, which are executed on the server and are rendered as HTML on the client.
  • The attribute, runat="server", associated with a server control indicates that the Web form must be processed on the server.



 

No comments:

Post a Comment