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


Please Help Members By Posting Answers For Below Questions

What is difference between session and cookie?

695


What is the biggest disadvantage of “Other Return Types” in Web API?

1138


Describe the method to create a permanent cookie?

775


Is viewstate secure?

719


What is event in asp.net?

723


Is viewstate enabled by default?

711


What is the application pool?

713


Explain the asp.net page life cycle.

769


What is true about application service provider?

658


Explain what is viewstate?

736


What is Web API Routing?

796


What kind of programming language is ASP.NET?

802


Why session is necessary in web application?

709


What is the syntax for datagrid and specifying columns?

2277


What is the namespace to create thread in .net?

699