1.

Explain the ASP.NET page life cycle.

Answer»

An ASP.NET page goes through a series of stages in the life cycle as FOLLOWING,

 

Page REQUEST => START => Initialization => LOAD =>Postback Event Handling => Rendering => UNLOAD



Discussion

No Comment Found