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 one critical mapping?
What are Master Pages in ASP.NET? or What is a Master Page?
Write a code for sending an email from asp.net application.
what is publisher?
Differentiate between client-side and server-side validations in web pages.
what is DLL Hell and how it is solved in .NET? please explain clearly??
What are the layouts of ASP.NET Pages?
What is full trust in asp.net?
Where the cookie value is stored?
Explain how asp.net different from asp?
What I need to create and run an asp.net application?
Why asp.net is better than php?
What are sharepoint pages?
What are the uses of reflection?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?