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
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 many languages are supported by .NET at present time?
What is the difference between table and query?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Explain the difference between or and orelse?
What is the difference between application state and session state in asp net?
What is a windows service?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Should I delete cookies?
Why does my asp.net file have multiple tag with runat=server?
Explain the function of new view engine in asp.net? : asp.net mvc
What is caching? Explain.
What is state management in asp.net with example?
Is post back in asp.net?
What is the use of HttpHandlers? When to use this?