Answer Posted / shafi syed
There are 4 sessions in ASP.NET and we confiure all this in
GLOBAL.ASPX file
1. Application_Startn
2. Application_End
3. Session_Start
4. Session_End.
| Is This Answer Correct ? | 4 Yes | 20 No |
Post New Answer View All Answers
Explain the difference between asp & asp.net.
What is the default authentication mode for asp.net?
What is query string with example?
What is the purpose of url encoding?
What is difference between Lambda Expression and LINQ in ASP.NET?
Write the different features of a Thread and a Process?
Fetch one page value to another page without using state-managment ?
What is the difference between debug and release?
Do you know about caching with the datasource controls?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is the syntax for datagrid and specifying columns?
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
Can you set the session out time manually?
How do we ensure view state has not tampered?