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 meant by the XML DOM?
How can we check that whether all the validation controls on the Web page are valid and proper?
In what way we can display the icon or bitmap image on a Button control?
Specify different ways of deployment which are supported by .NET Framework 4.0.
What is meant by the DTD?
What is the function of "EnableViewState" property? Why do we require it On or Off?
Define the term DTD?
Explain what is PLINQ?
Briefly describe login controls?
Briefly explain the term ExpandoObject?
18,76,764
1930991 Asked
3,689
Active Tutors
1425898
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!