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 / nitya
Page_PreInit()
Page_Init()
Page_InitComplete()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_PreRender()
SaveStateComplete()
Page_Render()
Page_Unload().
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why viewstate is used in asp.net?
When we use cookie less session? Explain its working?
What is the size of Get method and how much data it can store?
What is the life cycle of web page?
Define caching.
Can any body provide me the sample web application in asp.net
Can you explain one critical mapping? Performance issue which one is better?
What is the base class from which web forms are inherited?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is server redirect?
What is the difference between CC and BCC?
Explain security types in asp.net?
Define the types of configuration files.
What is .net framework and what are the main components of it?
Can we create a multiple user simultaneously ?