In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?
Answer Posted / simon
Follow up question: what is the actual difference between
Page_Init and Page_InitComplete Events?
As far as I can gather from googling this a bit, both fire
when the Initialisation stage is complete - all controls
have been created and are available, but before any
viewstate has been re-loaded into the controls.
If I wanted to dynamically create more controls, or add
rows to an existing table etc. Which event procedure
should I use?
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between value type and reference type?
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 resource file and how do we generate resource file?
Differentiate between file-based dependency and key-based dependency.
What is runat?
Why is global asax is used?
Explain security types in asp.net?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What are the types of authentication in asp.net?
Where is session cookies stored?
What is the difference between dynamic SGA and static SGA?
What is the basic difference between asp and asp.net?
How Session use Cookies in State Management?
Describe the master page.
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC