ASP.Net Page Life Cycle What ASP.Net Page Life Cycle is When a page is requested by the user from the browser, the request goes through a series of steps and many things happen in the background to produce the output or send the response back to the client. The periods between the request and response of a page is called the "Page Life Cycle". Request: Start of the life cycle (sent by the user). Response: End of the life cycle (sent by the server). Now let's see how to initiate a request. Now we"ll see the entire process of the Page Life Cycle. First the client requests a page or resource from the browser. The request is passed to the IIS server. The IIS server starts the initial processing of the request and one of the basic extensions, like .aspx or .ascx, loads the "ASPNET_ISAP.dll". The ASPNET_ISAP.dll generates the "HttpRuntime" class and assigns it to the worker process. The HttpRuntime class generates...
Email: abinfotechnology@gmail.com | Phone: +91-9686769808
AB InfoTech is the best training institute in marathahalli bangalore,MVC training in bangalore,Angular, Web API ,C#, Dot Net,.net training in bangalore, Angular 7, real time, project, Angular Js, placements, job, top, software, Power BI, Angular 8, Anuglar 9, learn angular, tutorials, Angular 7 Tutorial - Learn Angular 7 by Example ,learn Angular step by step tutorial

Comments
Post a Comment