Difference between application and session ?
Answer Posted / narendra
Application object is used to provide state for the Required Data.
Session object is used to provide state for the Userdata. .we can create session when user login..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the difference between response.write() and response.output.write()?
Explain the difference between sql invalidation and sql notification.
Explain the differences between clr & cts?
What is a 307 redirect?
What are the difference between overriding and overloading?
What are the advantages of asp.net mvc framework? : asp.net mvc
Which is better php or asp.net?
Define session in asp.net.
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Are xaml file compiled or built on runtime?
How does the iis work?
Difference between using directive vs using statement?
What's the use of formatters in .net?
Can we create a multiple user simultaneously ?