In what order do the events of an ASPX page execute, As a
developer is it important to understand these events?
Answer Posted / gopathi vamseedhar
preinit
init
load
prerender
unload
yes it important to know
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is http request and response?
What is the difference between system.stringbuilder and system.string
What New Features comes with ASP.NET Web API 2.0?
Can one dll file contains the compiled code of more than one .net language?
Which tool you have done?
How can we use Web API with ASP.NET Web Form?
When you use Ajax controls in the ASP.NET application?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What are the ways to sending the data in ASP.NET page?
Which method do you use to kill explicitly a users session?
What are the different session state management options available in asp.net?
How can we make sure that Web API returns JSON data only?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is the differences between a primary key and a unique key in sql server?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?