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.
Elucidate the types of Authentication?
What is the duration for items stored in the ViewState?
Explain the chief built-in objects in the ASP.NET?
Can more than one line be entered in a TextBox control?
How all items in the CheckedListBox control in .NET 4.0 can be checked/unchecked?
List the binders that are provided by .NET Framework 4.0?
Explain the benefits of using the ADO.NET in .NET 4.0?
Write the main difference between UnBoxing and boxing.
Write the main difference between a RichTextBox and TextBox control.
Describe about LINQ query expressions?
18,76,764
1928121 Asked
3,689
Active Tutors
1437657
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!