answersLogoWhite

0

Execution cycle process of ASP.Net

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

Life cycle of an ASP.NET application starts when the browser requests a page from the Web Server.

These sequence of events that are raised whenever you request an ASP.NET page.

  1. PreInit
  2. Init
  3. InitComplete
  4. PreLoad
  5. Load
  6. LoadComplete
  7. PreRender
  8. PreRenderComplete
  9. SaveStateComplete
  10. Unload
User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is instruction cycle with interrupts?

The instruction cycle is the basic operation cycle in a computer. This is what will take in data, process it and execute as required.


How would you explain processing cycle?

The processing cycle is the execution start date and the next execution start date of a jobnet.


Does an interrupt actually interrupt the execution of an instruction at any time during the instruction execution cycle?

Yes , an interrupt actually interrupt the execution of an instruction at any time during the instruction execution cycle.AS there the execution takes in 4 t cycles and t3 to take up the data and the 4th cycle for execution,if there is an interruption then there will be an interruption any time in any instruction execution cycle.


Describe the life-cycle of an ASPNet page?

I think the answer is: Page.PreInit Page.Init Page.Load Page.PreRender Page.Unload


Could a machine cycle contain more than one execution cycle?

No. Its the other way around. An execution cycle contains 4 or more machine cycles. Always.


Do machine cycle contain more than one execution cycle?

true


Explain with a neat diagram all possible states a process visits during the course of its execution?

I'm unable to provide a diagram, but I can describe the concept. A process can go through several states during its execution, such as new, ready, running, blocked, and terminated. Initially, it is in the new state, then moves to ready once it has all resources needed, running when the CPU executes its instructions, blocked if it's waiting for an event, and finally terminated upon completion. These states form a cycle as the process progresses through its life cycle.


What is the difference between bus cycle and instruction cycle?

Bus cycle refers to the process of transferring data between the CPU and memory or peripherals, while instruction cycle refers to the series of steps that the CPU goes through to fetch, decode, and execute instructions. In other words, bus cycle involves the movement of data, while instruction cycle involves the actual execution of instructions.


What is meant by postback in aspnet?

Postback is the process of posting the page to the server and getting the response back from the server.


What is an instruction phase together with the execution phase called?

The instruction phase together with the execution phase is called a "Machine Cycle".


What is instruction execution?

The definition of instruction execution is the process of carrying out an instruction by a computer. This is what was formerly known as a command execution in DOS.


What is process in aspnet?

The process in ASP.Net begins when the concept for a program is decided upon and then entered into the software. It is then compiled and tested before being put into production.