What methods are fired during the page load?
Answer Posted / nikhil
The methods which are getting triggered while page load are:
1. Load viewstate
2.Load psotback datas.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Differentiate between globalization and localization.
In asp.net, how can you validate drop down box?
Can you explain the basic use of dataview?
What is the importance of Global.asax in ASP.NET?
Can the unique key be null?
How you will improve web application performance?
Explain significance of routing? : asp.net mvc
What is mvc in asp.net interview question? : Asp.Net MVC
List some of the important session state modes of 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 New Features comes with ASP.NET Web API 2.0?
What is a page life cycle? What are the events in a page life cycle?
Explain the difference between authentication and authorization.
What is the default Orientation property in a Menu control?
What are Master Pages in ASP.NET? or What is a Master Page?