Where can we set the specific variables for a application
and Session objects ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between Web Garden and Web Farm?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are the parts of an http response?
When should I use server transfer and response redirect?
Which method is used to perform all validation at the page level?
What are app services?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What's the use of response.output.write()?
How can you handle exceptions in asp.net?
What is the advantage of using Windows authentication in a Web application?
What are the types of caching in asp.net?
What are the different methods of session maintenance in asp.net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Define machine.config in .net?
What’s the difference between response .redirect and server.transfer?