Answer Posted / guest
Init() - when the pageisinstantiated, Load() - when the page
is loaded into server memory,PreRender()- the brief moment
before the page is displayed to the user asHTML, Unload()-
when page finishes loading.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between visual basic and asp.net?
What are client activated objects and server activated objects?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is csrf attack in asp.net?
Why is mvc better than asp.net?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Explain the flow of processing of the request? : asp.net mvc
Does asp.net still recognize the global.asa file?
What is AutoPostback?
They mostly asked difference between versions of technologies
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
How can I have a particular web page in an asp.net application which displays its own error page?
Why session is necessary in web application?
How long the items in ViewState exists?
Explain what are webservices?