Click here to Skip to main content
15,890,609 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Redirection To Page Issue. Pin
dan!sh 17-Apr-10 22:06
professional dan!sh 17-Apr-10 22:06 
GeneralRe: Redirection To Page Issue. Pin
VikashGohil18-Apr-10 23:28
VikashGohil18-Apr-10 23:28 
AnswerRe: Redirection To Page Issue. Pin
Chetan Patel18-Apr-10 0:40
Chetan Patel18-Apr-10 0:40 
GeneralRe: Redirection To Page Issue. Pin
VikashGohil19-Apr-10 6:39
VikashGohil19-Apr-10 6:39 
GeneralRe: Redirection To Page Issue. Pin
Chetan Patel1-Oct-11 23:12
Chetan Patel1-Oct-11 23:12 
Questionsession active and close the browser without login off... Pin
Sasmi_Office16-Apr-10 23:41
Sasmi_Office16-Apr-10 23:41 
AnswerRe: session active and close the browser without login off... Pin
Parwej Ahamad17-Apr-10 1:13
professionalParwej Ahamad17-Apr-10 1:13 
AnswerRe: session active and close the browser without login off... Pin
Abhijit Jana17-Apr-10 2:39
professionalAbhijit Jana17-Apr-10 2:39 
Session is maintained on server. So you don't need to worry about session time out. If the session is active and user close the browser, the particular session will automatically goes down when it reaches to session time out.

Now, if you want to perfrom some operation on session timeout or you want to clear the data base information while user log off the application, you need to handle the Session_End Event in global.asax and you may need to trap the browser close also.
Cheers !
Abhijit
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

Questionhow to access a label in gridview Pin
prasadbuddhika16-Apr-10 21:40
prasadbuddhika16-Apr-10 21:40 
AnswerRe: how to access a label in gridview Pin
Brij16-Apr-10 21:52
mentorBrij16-Apr-10 21:52 
AnswerRe: how to access a label in gridview Pin
Abhijit Jana16-Apr-10 22:50
professionalAbhijit Jana16-Apr-10 22:50 
AnswerRe: how to access a label in gridview Pin
michaelschmitt19-Apr-10 0:33
michaelschmitt19-Apr-10 0:33 
QuestionProblem with Dynamic data Pin
sarang_k16-Apr-10 20:41
sarang_k16-Apr-10 20:41 
QuestionDataset and XML Pin
Farraj16-Apr-10 7:05
Farraj16-Apr-10 7:05 
AnswerRe: Dataset and XML Pin
Estys18-Apr-10 0:27
Estys18-Apr-10 0:27 
GeneralRe: Dataset and XML Pin
Farraj20-Apr-10 9:34
Farraj20-Apr-10 9:34 
QuestionFile uploader Pin
Morgs Morgan16-Apr-10 4:32
Morgs Morgan16-Apr-10 4:32 
AnswerRe: File uploader Pin
Priya Prk16-Apr-10 5:28
Priya Prk16-Apr-10 5:28 
AnswerRe: File uploader Pin
Viral Upadhyay16-Apr-10 8:24
Viral Upadhyay16-Apr-10 8:24 
AnswerRe: File uploader Pin
Peace ON16-Apr-10 21:10
Peace ON16-Apr-10 21:10 
GeneralRe: File uploader Pin
Morgs Morgan16-Apr-10 22:38
Morgs Morgan16-Apr-10 22:38 
GeneralRe: File uploader Pin
www.Developerof.NET18-Apr-10 20:26
www.Developerof.NET18-Apr-10 20:26 
GeneralRe: File uploader Pin
Morgs Morgan18-Apr-10 21:57
Morgs Morgan18-Apr-10 21:57 
Questionwhat does the the following C# code mean? an class="smallblack">Application[“mydata”]=”mydata”; Pin
reogeo200816-Apr-10 4:07
reogeo200816-Apr-10 4:07 
AnswerRe: what does the the following C# code mean? an class="smallblack">Application[“mydata”]=”mydata”; Pin
Not Active16-Apr-10 4:15
mentorNot Active16-Apr-10 4:15 

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.