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 is a static constructor and also explain its features?
In what way we can format dates, numbers and currencies in the text box?
What is connection pooling? And name the pre-requisites used for connection pooling?
Explain the use of Windows Installer.
Write down the three main points in WCF?
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
Write the difference between unmanaged and managed code?
Explain the importance of the Strong Name tool?
State the difference between the WindowsDefaultBounds and WindowsDefaultLocation properties?
How we can dynamically add the user controls to the page?
18,76,764
1926772 Asked
3,689
Active Tutors
1412918
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!