Click here to Skip to main content
15,896,727 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Session_End [modified] Pin
TheEagle17-Jun-06 7:10
TheEagle17-Jun-06 7:10 
AnswerRe: Session_End Pin
Guffa17-Jun-06 9:42
Guffa17-Jun-06 9:42 
GeneralRe: Session_End Pin
TheEagle17-Jun-06 11:22
TheEagle17-Jun-06 11:22 
AnswerRe: Session_End Pin
Guffa17-Jun-06 11:55
Guffa17-Jun-06 11:55 
GeneralRe: Session_End Pin
TheEagle17-Jun-06 18:35
TheEagle17-Jun-06 18:35 
AnswerRe: Session_End Pin
Guffa17-Jun-06 21:42
Guffa17-Jun-06 21:42 
GeneralRe: Session_End Pin
Sankar Komma 18-Jun-06 17:02
Sankar Komma 18-Jun-06 17:02 
GeneralRe: Session_End Pin
TheEagle18-Jun-06 21:20
TheEagle18-Jun-06 21:20 
Sorry for being late..You are right about my mistake:create a tracker object in the Session_End Handler:

tracker=new EProjects.AdministratorSite.SessionTracker();

But I have modified the code to:

tracker=(EProjects.AdministratorSite.SessionTracker)Session["Tracker"];

Like the article code but I got the same result(nothing happend).

I made a test for the Session_End by writing a code that only send a simple message using SmtpMail.Send() and nothing happend too...

Then I made another test by removing the sessionState element and nothing happend too.

May be because I deal with a Web Hosting Server(Iam not the Web Server) there is something different I dont know what is it?!


"I am too late but i will never give up"
Questionhierarichal datagrid Pin
Sankar Komma 16-Jun-06 20:00
Sankar Komma 16-Jun-06 20:00 
AnswerRe: hierarichal datagrid Pin
kirthikirthi17-Jun-06 7:57
kirthikirthi17-Jun-06 7:57 
QuestionQuery about SQLDatasource in ASP.Net 2.0 Pin
ChennaiBabu16-Jun-06 19:32
ChennaiBabu16-Jun-06 19:32 
AnswerRe: Query about SQLDatasource in ASP.Net 2.0 Pin
minhpc_bk17-Jun-06 20:56
minhpc_bk17-Jun-06 20:56 
Questiontreevie in asp.net 1.1 Pin
constantinejones16-Jun-06 19:19
constantinejones16-Jun-06 19:19 
AnswerRe: treevie in asp.net 1.1 Pin
minhpc_bk17-Jun-06 20:55
minhpc_bk17-Jun-06 20:55 
QuestionDataGrid onclick-javascript problem [modified] Pin
Dhruvil16-Jun-06 9:31
Dhruvil16-Jun-06 9:31 
AnswerRe: DataGrid onclick-javascript problem Pin
Mircea Grelus16-Jun-06 15:35
Mircea Grelus16-Jun-06 15:35 
QuestionSave File on desktop Pin
kirthikirthi16-Jun-06 6:55
kirthikirthi16-Jun-06 6:55 
AnswerRe: Save File on desktop Pin
Mircea Grelus16-Jun-06 15:39
Mircea Grelus16-Jun-06 15:39 
GeneralRe: Save File on desktop Pin
kirthikirthi17-Jun-06 5:21
kirthikirthi17-Jun-06 5:21 
Questionhow to show the dialogbox with the ASP.NET Pin
KSCsoft16-Jun-06 6:09
KSCsoft16-Jun-06 6:09 
AnswerRe: how to show the dialogbox with the ASP.NET Pin
Sebastien Lachance16-Jun-06 8:03
Sebastien Lachance16-Jun-06 8:03 
QuestionImage Size Problem after Watermarking Pin
wEb GuRu...16-Jun-06 6:08
wEb GuRu...16-Jun-06 6:08 
QuestionRequesting from Server IP???? Pin
wEb GuRu...16-Jun-06 5:47
wEb GuRu...16-Jun-06 5:47 
AnswerRe: Requesting from Server IP???? Pin
Guffa16-Jun-06 10:48
Guffa16-Jun-06 10:48 
GeneralRe: Requesting from Server IP???? Pin
wEb GuRu...19-Jun-06 0:49
wEb GuRu...19-Jun-06 0:49 

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.