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.
Write the syntax to declare the namespace in the .NET and in VB?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
Explain about object-oriented programming (OOP)?
Specify the syntax which is be used to inherit from a class in C#?
Briefly explain about PLINQ?
State different types of data providers existing in .NET Framework?
Briefly describe key-based dependency and file-based dependency?
Specify some of the situations in which AJAX cannot be used.
Explain complete lifecycle of Web page?
Define the function of a ViewState property?
18,76,764
1958890 Asked
3,689
Active Tutors
1428363
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!