after which page life cycle event all properties of control
will be "fully loaded "
Answers were Sorted based on User's Feedback
Answer / swetha
Page_Load() is the event after which all the controls are
fully loaded. here fully loaded is the important word to be
considered
In Page_Init() event controls are initialized.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / alpesh
page_int() event which is page initialize event. All
controls get their state back in this event during the page
life cycle
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / rahul kumar
In page_PreInit controls are initialized and in page_Init
all properties are loaded.
In case of dataBound controls having datasourceID its
datasourceID is assigned in page_preRender.
So, All other controls (other than databound control having
datasourceid) are loaded with their properties before
page_Init fires,
page_preRender otherwise
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / arvind kumar gupta
On Page_loadComplete() event all cotrols will be loaded
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / navin.cp
As Pre-Render stage completes in page life cycle, the
properties of control will be fully loaded.
| Is This Answer Correct ? | 1 Yes | 2 No |
Can we change the session timeout in ASP.NET, if yes then how and from where?
Explain what is clr?
What is a web farm?
how can we display records in single datagrid using two datasets in different place?
2 Answers Global Computer, Honeywell,
Which is faster viewdata or viewbag?
What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.
4 Answers ABC, Syntax Softtech, TCS,
How do you use css in asp.net?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
what is the deference between dataset and data adapter?
Which data types are supported by the RangeValidator control?
What are the built-in objects in asp.net?
What is css in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)