What methods are fired during the page load?
Answers were Sorted based on User's Feedback
Answer / srujana
? Init() - when the page is instantiated,
? Load() - when the page is loaded into server memory,
? PreRender() - the brief moment before the page is
displayed to the user as HTML,
? Unload() - when page finishes loading.
| Is This Answer Correct ? | 35 Yes | 9 No |
Answer / srikanth
1)Start
2)instansiated
3)load
4)validating
5)Event handling
6)rendering start
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / rakesh
1)Page request - determines if it needs to be raised or compiled
2) start - if it is a new request or post back
3) Page initialization -
4)Load - if postback,control properties are loaded with
values of postback
5)validation - individual controls are validated
6) Postback - event handling
7)render - saves the view state data before rendering
8) unload
| Is This Answer Correct ? | 8 Yes | 7 No |
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is meant by web application?
what is SQL cache Invalidation?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Explain the steps needed to be performed in order to create an animation in xaml?
How will u decide when to use caching and when to use viewstate?
What is server redirect?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is httpresponse?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is the use of HttpHandlers? When to use this?
what is the use of untyped data set ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)