Events that fire during a page load
Name the events that are fired during a page load?
Expert
The events that are fired during a page load are as follows:
i. LoadPostData() – It fires when postback data is processing. ii. Load() – It fires when page is loading. iii. PreRender() – It fires at brief moment before page is displayed to a user as HTML. iv. Init() – It fires when a page is initializing. v. Unload() – It fires when a page is destroying a instances of the server controls. vi. LoadViewState() – it fires when a view state is loading.
Distinguish among Compiler and Interpreter?
List the various techniques to authenticate the user in ASP.NET?
Write major difference between function and sub-procedure?
In what way we can deploy the ASP.NET Web application?
Illustrate the term event bubbling?
Explain about the Take and Skip clauses?
What is the requirement of Copy Web Site?
Write the syntax of the for loop in C# code?
Write few characteristics of ADO.NET Entity Framework 4.0.
Why the UpdateProgress control is used in the AJAX?
18,76,764
1960393 Asked
3,689
Active Tutors
1434116
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!