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
What are the differences between clr & cts?
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?
Is there any property names “isnavigating”?
What are the elements of a website?
What are the main differences between asp and asp.net?
Which object wraps the state or data of a user?
What is base class of button control in .net?
Explain the asp.net session state modes.
What is the syntax for datagrid and specifying columns?
How many types of session in ASP.NET
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Explain Authentication mechanism in dotnet
Mention the namespace that is used to include .net data provider for sql server in .net code?
Explain security types in asp.net?
How to use push notification?