How many types of session in asp.net2.0

Answer Posted / liyamary varghese

asp.net supports 4 types of sessions
1)in process:
2)state server
3)sql server
4)custom[it requires manual coding

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain automatic memory management in .net.

588


How do session tokens work?

510


Explain the Order of events in an asp.net page?

602


How do you secure your connection string information?

516


What kind of data we can store in viewstate?

574






How Session outproc in Sqlserver stored?

2303


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1370


What are the steps to follow to host a web application on a web server?

591


Can you set the session out time manually?

375


Define xmlreader class.

572


What is a session government?

497


What is the difference between user control an custom control?

613


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

500


What’s the difference between response .redirect and server.transfer?

510


Where web.config file is used?

565