Click here to Skip to main content
15,893,401 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to transfer dat from datagridview to prompt box? Pin
Abhijit Jana10-Oct-09 6:05
professionalAbhijit Jana10-Oct-09 6:05 
Questionsql2000 querry Pin
rummer10-Oct-09 3:49
rummer10-Oct-09 3:49 
AnswerRe: sql2000 querry Pin
Not Active10-Oct-09 4:11
mentorNot Active10-Oct-09 4:11 
AnswerRe: sql2000 querry Pin
Abhijit Jana10-Oct-09 4:24
professionalAbhijit Jana10-Oct-09 4:24 
AnswerRe: sql2000 querry Pin
Sujit Mandal11-Oct-09 19:21
Sujit Mandal11-Oct-09 19:21 
Questionremove single session Pin
rummer10-Oct-09 2:38
rummer10-Oct-09 2:38 
AnswerRe: remove single session Pin
nagendrathecoder10-Oct-09 2:50
nagendrathecoder10-Oct-09 2:50 
AnswerRe: remove single session Pin
Abhijit Jana10-Oct-09 4:16
professionalAbhijit Jana10-Oct-09 4:16 
rummer wrote:
can we use Session.abandon for remove single session,

No. You can't use Session.Abondon() to remove a single session for particular user. This destroys all the objects stored in a Session object and releases their resources. So once you called Session.Abondon() all objects set to null for the current session.


rummer wrote:
if not then wht we use for removing single session.

Session.Remove(strSessionName);
This Remove an Item from Session State Collection

If you want to know more on session, please read this article :
Exploring Session in ASP.Net[^]

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

AnswerRe: remove single session Pin
Sujit Mandal11-Oct-09 19:22
Sujit Mandal11-Oct-09 19:22 
QuestionHi all i have to bind reapeater dynamicaly from database and horizontaly Pin
bhavnvyas10-Oct-09 2:33
bhavnvyas10-Oct-09 2:33 
QuestionHow to start communication between device and asp.net application. Pin
yrishi10-Oct-09 1:56
yrishi10-Oct-09 1:56 
AnswerRe: How to start communication between device and asp.net application. Pin
Abhijit Jana10-Oct-09 4:27
professionalAbhijit Jana10-Oct-09 4:27 
Questionuse of custom validation Pin
atiskumar10-Oct-09 1:10
atiskumar10-Oct-09 1:10 
AnswerRe: use of custom validation Pin
nagendrathecoder10-Oct-09 1:56
nagendrathecoder10-Oct-09 1:56 
GeneralRe: use of custom validation Pin
atiskumar10-Oct-09 2:07
atiskumar10-Oct-09 2:07 
GeneralRe: use of custom validation Pin
nagendrathecoder10-Oct-09 2:14
nagendrathecoder10-Oct-09 2:14 
GeneralRe: use of custom validation Pin
atiskumar10-Oct-09 2:19
atiskumar10-Oct-09 2:19 
GeneralRe: use of custom validation Pin
nagendrathecoder10-Oct-09 2:22
nagendrathecoder10-Oct-09 2:22 
GeneralRe: use of custom validation Pin
nagendrathecoder10-Oct-09 2:28
nagendrathecoder10-Oct-09 2:28 
QuestionSql Time Out Error Pin
ksss_maheshece10-Oct-09 0:45
ksss_maheshece10-Oct-09 0:45 
AnswerRe: Sql Time Out Error Pin
nagendrathecoder10-Oct-09 1:59
nagendrathecoder10-Oct-09 1:59 
Questiondropdownlist filtering Pin
shefa' isied9-Oct-09 23:47
shefa' isied9-Oct-09 23:47 
AnswerRe: dropdownlist filtering Pin
Manas Bhardwaj10-Oct-09 0:00
professionalManas Bhardwaj10-Oct-09 0:00 
QuestionWhat should I do about the RadioButtionList? Pin
milestanley9-Oct-09 22:48
milestanley9-Oct-09 22:48 
AnswerRe: What should I do about the RadioButtionList? Pin
Arindam Sinha10-Oct-09 4:09
Arindam Sinha10-Oct-09 4:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.