In what order do the events of an ASPX page execute, As a
developer is it important to understand these events?
Answer Posted / padmaja
page_Init
page_load
page_render
page_unload
dispose
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What are the difference between overriding and overloading?
Why would a company use an application service provider?
What language is asp.net written in?
What is Razor View Engine
What are the merits and demerits of viewstate?
Can we use html in asp.net?
What is the purpose of session management?
Explain the concept of MVC Scaffolding?
What are the different validators in asp.net?
how to write html code with ssl
What is mvc in asp.net interview question? : Asp.Net MVC
Describe the disadvantage of cookies.
What is the difference between sealed vs static class?
What is the difference between user control and custom control?