What methods are fired during the page load?
Answer Posted / amit
init();
Load();
Pre-render();
Unload();
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
3. What goals do you have in your career?
What is session mode in asp.net?
Is asp.net 64-bit enabled? How?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Which asp.net objects encapsulate the state of the client and the browser?
Can user control be stored in library?
How can you dynamically add user controls to a page?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
How to prevent client side validation from the ASP.NET validation controls?
What are the three parts of an http response?
Which platform does Microsoft .NET use for exchanging data between applications?
Explain login control and form authentication.
Explain the difference between inline and code behind - which is best in?
In the Repeater control which way you can edit?