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.
Distinguish between read-only and constants variables which is used in the programs?
Describe where us the entry point in the WPF application?
Explain about the DataAdapter class in ADO.NET.
Write down the LINQ query expressions?
Write the difference between an interface and abstract class?
Explain different types of generations in a garbage collector?
Specify the function of the “SizeMode” property of the PictureBox control?
Name the events that are fired during a page load?
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
Briefly explain about ToolTip control. In what way we can associate it with another control?
18,76,764
1932188 Asked
3,689
Active Tutors
1436459
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!