Life cycle of ASP.NET page when a request is made ?
Answers were Sorted based on User's Feedback
These are the steps in the asp.net life cycle
init()
load()
prerender()
unload()
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / sumeet kalra
Page Request
Start
page initialization
validation
postback event handling
rendering
unload
| Is This Answer Correct ? | 2 Yes | 0 No |
1. instantiation: Page class/Page control tree is formed.
2. Initialization:Controls statically declared in aspx
file will be initialized to their default values.
No view state information at this level.
3. Load View State: It contains the state of controls
of a page,when the last time the page was
processed on the server.
4. PostBack Data Porcessing: It loads the poasted
data values.
5. Page load:If the request is postback, the controls are
loaded with the information recovered from view state.
6. Pastback change Notification: If some submit event takes
place then the pageframe work calls raise postback
events.
7. Post back event handling
8. View state saving: All the values in the controls
will be saved to their view states.
9. Render: This method takes HTML Writer object and
use it to accumulate all HTML text to be generated
for a control.
The page calls render method for each control providing
a text writer that writes output to the output stream
object of page response property.
10. Unload: Response is sent back to the client.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pramod sahoo,orissa
In Asp.net 2.0 11 events............in asp.net page lifeCycle.
preinit()
init()
initcomplite()
preload()
load()
loadcomplite()
PreRender()
PreRenderComplite()
SaveviewState()
saveviewStateComplite()
Render()
| Is This Answer Correct ? | 0 Yes | 5 No |
my name is sumeetha i am using google gears in .net.what's the problem is my server is in another place. i am working here when i entered the values in textboxes and press enter then it should store in database(sql server) which is in another system.when that sever system is shutdown then the values which i submit should store in my system and after system opened it should automatically store the values in the system can any one plz urgent suggest answer for this question?
Is there any property names “isnavigating”?
Explain authorization levels in .net ?
How do you bind array to gridview? Will it works?
What is data control in asp.net?
How many Controls present in Asp dot net?
How can we use Web API with ASP.NET Web Form?
What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?
Types of caching. How to implement caching?
Types of session management in ASP.NET ?
Differentiate the session object and application object?
why we are using delegates and in which condition it is required?
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)