The ASP.NET Component ModelThe ASP.NET component model provides various building blocks of ASP.NET pages. Basically it is an object model, which describes: Server side counterparts of almost all HTML elements or tags such as and . Server controls, which help in developing complex user-interface. For example, the Calendar control or the Gridview control.ASP.NET is a technology, which works on the .Net framework that contains all web-related functionalities. The .Net framework is made of an object-oriented hierarchy. An ASP.NET web application is made of pages. When a user requests an ASP.NET page, the IIS delegates the processing of the page to the ASP.NET runtime system.The ASP.NET runtime transforms the .aspx page into an instance of a class, which inherits from the base class page of the .Net framework. Therefore, each ASP.NET page is an object and all its components i.e., the server-side controls are also objects. - Study24x7
Social learning Network
09 Apr 2019 04:34 PM study24x7 study24x7

The ASP.NET Component Model


The ASP.NET component model provides various building blocks of ASP.NET pages. Basically it is an object model, which describes:
 Server side counterparts of almost all HTML elements or tags such as <form> and <input>.
...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles