ASP.NET Application Life Cycle
ASP.NET Application Life Cycle:
The application life
cycle has the following stages:
1. User makes a request
for accessing application resource, a page. Browser
Sends this request to
the web server.
2. A unified pipeline
receives the first request and the following events take place:
i. An object of the class ApplicationManager is
created.
ii. An object of the class HostingEnvironment is
created to provide
iii. information regarding the resources.
iv. Top level items in the application are compiled.
3. Response objects are
created. The application objects such as HttpContext,
Http Request and Http
Response are created and initialized.
4. An instance of the
Http Application object is created and assigned to the
request.
5. The request is
processed by the HttpApplication class. Different events are
raised by this class for
processing the request.
Here
we give the list of Examples related to gridview:
Comments
Post a Comment