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.
How the customized properties of .NET application can be retrieved from XML .config file?
Write the difference between System.StringBuilder and System.String classes?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
How the state of the requested process can be obtained?
Explain the several methods required by the DataSet object for generating the XML?
What does a break statement do in the switch statement?
What we can do to allot page specific attributes in the ASP.NET application?
What is meant by the Cloud Service?
Write the difference between the WindowsDefaultLocation and WindowsDefaultBounds properties?
Briefly state the characteristics of the value-type variables which C# programming language supports.
18,76,764
1936673 Asked
3,689
Active Tutors
1417588
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!