Hi , I am Basha. I am searching a job in dotnet.Plz tell me
the order of page events in asp.net 2.0> plz send faq's
related to c#.net,asp.net,sqlserver2000 etc. to my mail-id :
bashask.ss@gmail.com
Answer Posted / csc
Page_PreInit()
Page_Init()
Page_InitComplete()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_PreRender()
Page_PreRenderComplete()
Page_SaveStateComplete()
Page_Unload()
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain State management in asp.net
How ASP.NET page works?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Which adapter should you use, if you want to get the data from an access database?
Define cookie.
Is viewstate enabled by default?
Do session use cookies in asp net?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How to prepare culture-specific formatting in .net.
How you can return View from ASP.NET Web API method?
Explain MVC model binders?
in which protocol ASP.NET WEB API Work?
What is Web Server Control Templates.?
What is AutoPostback?
Can we create a multiple user simultaneously ?