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 parameters which controls most of connection pooling behaviors?
Distinguish between Boxing and Unboxing.
Describe the relationship between an object and the class?
Explain the use of Role-based security?
Is it possible to validate a DropDownList by RequiredFieldValidator?
Explain about the Native Image Generator?
State the difference between a ContextMenuStrip control and a MenuStrip control?
Explain about several validation controls which are available in ASP.NET AJAX 4.0?
Explain the role of a DISTINCT clause in the LINQ query?
Write the major differences between the classic ADO and ADO.NET?
18,76,764
1930462 Asked
3,689
Active Tutors
1412010
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!