Complete lifecycle of Web page
Explain complete lifecycle of Web page?
Expert
The following stages, which are together called Web page lifecycle:
i. Page request - In this stage, ASP.NET makes certain page either parsed or compiled and the cached version of a page could be sent in a response
ii. Start – In this stage sets a Request and the Response page properties and a page check the page request is either postback or new request
iii. Page Initialization - In this stage, a page initialize and a control's Unique Id property are set
iv. Load - In this stage, if a request is postback, a control properties are loaded with no loading of the view state and control state otherwise loads a view state
v. Validation - In this stage, controls are validated
vi. Postback event handling - In this stage, if a request is postback, it handles a event
vii. Rendering - In this stage, page invokes a Render method to every control to return a output
viii. Unload - In this stage, when a page is completely rendered and sent to a client, page is unloaded.
State the characteristics of the reference-type variables which is supported in the C# programming language.
Explain the disconnected architecture of the ADO.NET's data access model.
In what way we can check/uncheck every item in a CheckedListBox control in the .NET 4.0 framework?
Explain the syntax of the “for” loop.
Write down a short note regarding the .NET?
Why the UpdateProgress control is used in the AJAX?
Write down some of the features which are present in the VB 2005?
By Visual Studio in ASP.Net, illustrate namespaces which are imported automatically?
What do you understand by Common Type System (CTS)?
What do you mean by the term MISL CODE? Describe in brief.
18,76,764
1947328 Asked
3,689
Active Tutors
1435671
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!