answersLogoWhite

0

Event Life Cylcle of an ASP.Net Page.Life cycle stages:-

  1. Page request
  2. Start
  3. Page initialization
  4. Load
  5. Validation
  6. Postback event handling
  7. Rendering
  8. Onload


Life Cycle Events:-


  • PreInit
  • Init
  • InitComplete
  • PreLoad
  • Load
  • Control events
  • LoadComplete
  • PreRender
  • SaveStateComplete
  • Render
  • Unload


User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What dose asp stand for?

ASP stands for Active Server Pages.


How do you differentiate an ISP from an ASP?

ISP = Internet Service Provider ASP = Active Server Page


What is the Full form of asp?

Active Server Page


Write an ASP code that will display the source code of the web page in the browser window?

Write an ASP code that will dislplay the source code of the web page in the Browser window.


What does the term index ASP refer to?

index ASP is generally the main page or file for any website operating or using Active Server Pages as a web application framework. This is true of both Classic ASP, ASP 2.0 and ASP 3.0.


What asp stand for programming language?

Active Serve Page


Is an asp a god in Egypt mythology?

No, but the asp had a protective mythology about it. It was supposed to protect royalty and anyone who died by an asp's bite was supposed to be given eternal life. The asp was also a symbol associated with the goddess Isis.No, but the asp had a protective mythology about it. It was supposed to protect royalty and anyone who died by an asp's bite was supposed to be given eternal life. The asp was also a symbol associated with the goddess Isis.No, but the asp had a protective mythology about it. It was supposed to protect royalty and anyone who died by an asp's bite was supposed to be given eternal life. The asp was also a symbol associated with the goddess Isis.No, but the asp had a protective mythology about it. It was supposed to protect royalty and anyone who died by an asp's bite was supposed to be given eternal life. The asp was also a symbol associated with the goddess Isis.No, but the asp had a protective mythology about it. It was supposed to protect royalty and anyone who died by an asp's bite was supposed to be given eternal life. The asp was also a symbol associated with the goddess Isis.No, but the asp had a protective mythology about it. It was supposed to protect royalty and anyone who died by an asp's bite was supposed to be given eternal life. The asp was also a symbol associated with the goddess Isis.No, but the asp had a protective mythology about it. It was supposed to protect royalty and anyone who died by an asp's bite was supposed to be given eternal life. The asp was also a symbol associated with the goddess Isis.No, but the asp had a protective mythology about it. It was supposed to protect royalty and anyone who died by an asp's bite was supposed to be given eternal life. The asp was also a symbol associated with the goddess Isis.No, but the asp had a protective mythology about it. It was supposed to protect royalty and anyone who died by an asp's bite was supposed to be given eternal life. The asp was also a symbol associated with the goddess Isis.


What is the expansion of asp?

Active server pages


How ASP page is processed with example?

An ASP (Active Server Pages) page is processed on the server side. When a user requests an ASP page, the server executes the embedded script (usually written in VBScript or JScript) and generates HTML content, which is then sent back to the client's browser. For example, if you have an ASP page that queries a database for user information, the server will run the script, fetch the data, and output it as standard HTML for the user to view. This allows for dynamic content generation based on user input or database state.


What type of events does asp net hosting hold?

There are a few types of events that ASP net can hold. One of them is the Page_Load, which is when a page will automatically load once triggered. A second type of event is when the page loads everytime, regardless of being triggered or not.


How asp.net webpages get processed from the time we type web address in local host using IIS server to the response page we get.?

* When a browser requests an ASP file, IIS passes the request to the ASP engine. The ASP engine reads the ASP file, line by line, and executes the scripts in the file. Finally, the ASP file is returned to the browser as plain HTML


What are aspnet controls exactly?

ASP NET web server controls are executed when a page containing ASP NET is requested. They are a very usual piece of programming code which is used in web development.