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 different methods of session maintenance in asp.net?
What is the difference between union and structure?
Which is faster viewdata or viewbag?
List the types of authentication supported by asp.net?
i want the asp.net technical questions and answeres
How to reduce the width of textbox in editcommandcolumn of datagrid?
Define viewstate in .net?
How will you maintain versioning in asp.net 2.0?
Who is using asp.net?
How you will handle session when deploying application in more than a server?
Can we have a web application running without web.config file?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How many types of cache are there?
What does ascx stand for?
How to use ipostback?