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.
What do you understand by the term states in ASP.NET?
Differentiate between SqlClient and OLEDB Provider?
State the two most important categories which distinctly categorize variables of C# programs.
How Web services can be prevented from the unauthorized access?
What is meant by the Runtime engine?
Mention the two categories which distinctly classifies the variables of the C# programs.
Differentiate between the Finalize() and Dispose()?
Name the three states which are set in a CheckState property of the CheckBox?
Describe the role of the DataSet object in the ADO.NET?
Illustrate the terms User Control as well as Custom Control?
18,76,764
1957523 Asked
3,689
Active Tutors
1422126
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!