Answer Posted / aparna
page initialization
load the view state
load pastback values
page load
page pre-render
page render
save view-state values
page unload
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the file extensions for razor views?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Why session management is required?
Define globalization and localization.
Is asp.net 64-bit enabled? How?
What is asp.net architecture?
How can u debug your .net application?
Is asp.net mvc still used? : Asp.Net MVC
Explain the use of fragment caching.
In which event of the page life cycle, is the viewstate available?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What do you mean by marshalbyref?
How can we call webservices in Banking Applications? and where we are using it?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?