Where can we set the specific variables for a application
and Session objects ?
Answers were Sorted based on User's Feedback
Answer / psetty
We can set the specific variables for the Application and
Session objects in the application_Start and Session_start
subroutines.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sathish
Application variable value is static value and not expired
the value.
ex:
application("vari name")=10
session vari., value have been expired 2 their duration of
session timing...
ex:
session("vari-name")=12
Is This Answer Correct ? | 1 Yes | 1 No |
what is pagination in asp.net ?
What is the concepts of globalization and localization in .net?
What is the other method, other than GET and POST, in ASP.NET?
Explain what does wsdl stand for?
What are the disadvantages of using session?
Using shadow variable is good or bad for application?
Why session is necessary in web application?
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe
What is the difference between union and structure?
Difference between .NET and previous version?
What is difference between web api and web services?
Securitywise What are the Enhancements in 2.0?