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
Define a static class?
What is view state and how it works in asp net?
Why Unload event of MasterPage Calls first in ASP.net ?
What is the difference between cookie and session?
Is post back property in asp net?
Define cookie.
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the difference between client-side and server-side validations in ASP.NET?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
In a Repeater control how one can provide an alternating color scheme ?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
what are the web form events available in asp.net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What are web server controls in asp.net?
What is the main function of url routing system in asp.net mvc? : asp.net mvc