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 is difference between session and cookie?
What is the biggest disadvantage of “Other Return Types” in Web API?
Describe the method to create a permanent cookie?
Is viewstate secure?
What is event in asp.net?
Is viewstate enabled by default?
What is the application pool?
Explain the asp.net page life cycle.
What is true about application service provider?
Explain what is viewstate?
What is Web API Routing?
What kind of programming language is ASP.NET?
Why session is necessary in web application?
What is the syntax for datagrid and specifying columns?
What is the namespace to create thread in .net?