Welcome Guest | Sign in | Register
ASP.NET - DotNet Programming Interview Questions and Answers | LucentBlackBoard | LucentBlackBoard.com
101. Which class is inherited when an ASP.NET server control is added to a Web form?

The System.Web.UI.WebControls class is inherited when an ASP.NET server control is added to a Web form.

102. What events are fired when a page loads?

The following events fire when a page loads:
• Init() - Fires when the page is initializing.
• LoadViewState() - Fires when the view state is loading.
• LoadPostData() - Fires when the postback data is processing.
• Load() - Fires when the page is loading.
• PreRender() - Fires at the brief moment before the page is displayed to the user as HTML.
• Unload() - Fires when the page is destroying the instances of server controls.




Partner Sites
LucentBlackBoard.com                  SoftLucent.com                  LucentJobs.com
All rights reserved © 2012-2015 SoftLucent.