What methods are fired during the page load?
Answer / skmdali786
Init() - when the page is instantiated
Load() - when the page is loaded into server memory
PreRender() - the brief moment before the page is displayed to
the user as HTML
Unload() - when page finishes loading.
Is This Answer Correct ? | 5 Yes | 0 No |
What is the maximum number of classes that can be contained in one dll file?
How to check the end of the record in Datareader?
Where viewstate value is stored in asp.net?
What is the postback property in asp.net?
Explain the asp.net page life cycle.
Which protocol is used to call a web service?
What is the purpose of asp.net?
What is authorization in asp.net?
Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom
What is SOAP, UDDI and WSDL ?
2 Answers Infosys, Network, TCS, Wipro,
Does JITting occur per-assembly or per-method? How does this affect the working set?
Describe session handling in a webfarm?