after which page life cycle event all properties of control
will be "fully loaded "
Answer Posted / 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 |
Post New Answer View All Answers
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Explain the Order of events in an asp.net page?
What is request and response in asp.net?
What are the contents of cookie?
What is the purpose of session management?
What does occur first in ASP.Net, Authentication or Authorization?
how to transfer the file from client to server using asp.net
Define the types of configuration files.
Explain culture and uiculture values.
Explain the use of fragment caching.
How can you apply a theme to your asp.net application?
What is the benefit of WebAPI over WCF?
How dataadapter.fill works?
How you will handle session when deploying application in more than a server?
Explain the different parts that constitute ASP.NET application?