Answer Posted / kavitha
Init
loading
TextboxTextchanged
buttonclic
pageunload
pagedispose
The page is intialize the events,after that the page is
loading,after that controls is rised after page unloading
and pagedispose is removing the unnecessary objects
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
What is the base class from which web forms are inherited?
Is asp.net mvc front end or backend? : Asp.Net MVC
How does exception management works in ASP.NET?
Write a code for sending an email from asp.net application.
How does session work?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is asp net objects?
Define what is razor? : asp.net mvc
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is viewstate information stored?
What is difference between singleton and single call?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What are sessions used for?