what are the events in ASP.net page life cycle?
Answer / sivaprasad
Init - which will execute when page execution is started.
Load - start loading
Prerender - The last stage to save any information in
viewstate.
Save state - The information of page will save in viewstate
Render - The page content will rendered.
Dispose - Page instance will be destroyed.
Is This Answer Correct ? | 5 Yes | 3 No |
How many web.copnfig can exists in a web application & which will be used ?
How many languages are supported by .NET at present time?
Explain asp.net mvc request life cycle? : asp.net mvc
What is the difference between user control an custom control?
Explain culture and uiculture values.
Can we make a class with class with same;suppose public class abc { public class abc { } }
What are Http handler ?
6 Answers Accenture, BirlaSoft, Satyam, Syntel,
What are the different web pages?
What is a session http?
Explain how viewstate is being formed?
Why we use asp.net for website development?
In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...