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.
Name the events which occur when the client requests the ASP.NET page from IIS server?
State role that XSL plays when it dynamically generates HTML pages from the relational database.
Write the difference between for loop and the while in C#.
Write the name of the control that you will use to make sure which values in the two different controls match?
How the customized properties of .NET application can be retrieved from XML .config file?
Write all names of public properties well-defined in the WebService class.
What we can do to allot page specific attributes in the ASP.NET application?
Explain what is Multicast delegate?
How rows can be added or deleted from the DataTable object of DataSet?
Differentiate between the ASP.NET session and a ASP session?
18,76,764
1933518 Asked
3,689
Active Tutors
1449153
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!