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.
Explain the necessary syntax of the LINQ query in the Visual Basic and also in the C#.
What is meant by Delegate?
Illustrate four common properties of all validation controls?
Explain about the AJAX Control Extender Toolkit.
Briefly describe the function of a CheckState property of a CheckBox control?
State the difference between System.StringBuilder and System.String classes?
Elucidate Role based security?
Explain different types of generations in a garbage collector?
Illustrate the difference between Web.Config and Machine.Config and where it will be?
Explain about the DataContext class and also how it is related to the LINQ?
18,76,764
1951681 Asked
3,689
Active Tutors
1438631
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!