Types of values mode can hold session state in Web.Config?
Answer Posted / bala
<sessionstate mode="inproc"> or
<sessionstate mode="stateserver"> or
<sessionstate mode="sqlserver"> or
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
Explain form level validation and field level validation?
What is the usie of activex control in .net?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
Explain client side state management system.
how to write html code with ssl
When should I use server transfer and response redirect?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
List down the sequence of methods called during the page load.
What is the difference between user control and custom control?
What is a server cookie?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What are the events in a page life cycle?
Explain different types of validators in asp.net?
What is difference between asp.net and asp?