What is the difference between session state and session
variables ?
Answer Posted / rammohan chowdary bandi
session variable can be store values like session('Mohan')=ramu;
session state can be stored user specific data
Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain form level validation and field level validation?
What is the latest version of asp.net?
What is the importance of Global.asax in ASP.NET?
How can you access the properties and controls of master pages from content pages?
How can I have a particular web page in an asp.net application which displays its own error page?
What is directive in asp net?
How many languages are supported by .NET at present time?
Explain Session state management options in ASP.NET.
Explain the updatepanel?
what are the security certificates used in webservices?
What is advantage of asp.net?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is asp.net architecture?
Explain how can we inherit a static member?
Define xmlvalidatingreader class.