ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 286 Page Views: 

Name the vent in which the controls are fully loaded?



Posted By: Avi Date: 30 September 2010 04:15:14 PM
 Answer:

It is the Page load event which Gurantees that all the controls are fully loaded.


Posted By: avibtech


Date: 30 September 2010 04:15:14 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image EcKWDc
Related Questions
ASP.Net : What do you mean by ViewState and what is its role?

What do you mean by ViewState and what is its role?

ViewState is a state which represents the state of the page that must persist across postback. Role....
Category: ASP.Net Date: 10/5/2010 6:17:19 PM
ASP.Net : Which data type is supported by RangeValidator control?

Which data type is supported by RangeValidator control?

Three datatypes are supported, viz. , String, Integer and Date.
Category: ASP.Net Date: 10/5/2010 2:20:19 PM
ASP.Net : Is it possible for a user browsing a website to read Web.config or Global.asax files?

Is it possible for a user browsing a website to read Web.config or Global.asax files?

No, he can't read these files as access to these files is not possible. This is because the section ....
Category: ASP.Net Date: 10/5/2010 11:44:20 AM
ASP.Net : To display the data in repeater control which template should be used?

To display the data in repeater control which template should be used?

Item Template should be used.
Category: ASP.Net Date: 10/5/2010 9:34:19 AM
ASP.Net : How does the RaiseBubbleEvent works?

How does the RaiseBubbleEvent works?

RaiseBubbleEvent implementation is done with the help of control , which cannot be overridden. The e....
Category: ASP.Net Date: 10/5/2010 12:50:20 AM