Click here to Skip to main content
15,918,049 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUnbound DropdownList under certain condition Pin
alvarog0118-Apr-09 22:26
alvarog0118-Apr-09 22:26 
Questiondatagrid view fails for showeditbutton! Pin
NetQuestions18-Apr-09 17:35
NetQuestions18-Apr-09 17:35 
AnswerRe: datagrid view fails for showeditbutton! Pin
Herman<T>.Instance20-Apr-09 3:10
Herman<T>.Instance20-Apr-09 3:10 
QuestionSubreport doesn't show at bottom of the page [modified] Pin
Rickey_Me18-Apr-09 12:40
Rickey_Me18-Apr-09 12:40 
QuestionPrint a Byte Array Pin
mehrdadc4818-Apr-09 4:14
mehrdadc4818-Apr-09 4:14 
AnswerRe: Print a Byte Array Pin
N a v a n e e t h18-Apr-09 16:51
N a v a n e e t h18-Apr-09 16:51 
QuestionHow do you create a time out (log out) for a browser when there is no activity Pin
AndyASPVB18-Apr-09 3:54
AndyASPVB18-Apr-09 3:54 
AnswerRe: How do you create a time out (log out) for a browser when there is no activity Pin
N a v a n e e t h18-Apr-09 16:47
N a v a n e e t h18-Apr-09 16:47 
AndyASPVB wrote:
but what I am looking for advice and assistance is how can you create a control which if the user isn't using the browser that it closes down.


Closes the control? If yes you have some understanding problem of how ASP.NET works. If you just have to logout the user upon inactivity, try the following steps

1 - Record users last request time.
2 - Use JS setTimeOut[^] method and call a method which request a ASPX page which returns you the last request time of the current user.
3 - Compare this time, and call the logout page if necessary.

Smile | :)


Questionlogout in asp.net Pin
nerzhul8618-Apr-09 3:49
nerzhul8618-Apr-09 3:49 
AnswerRe: logout in asp.net Pin
N a v a n e e t h18-Apr-09 7:29
N a v a n e e t h18-Apr-09 7:29 
GeneralRe: logout in asp.net Pin
nerzhul8618-Apr-09 23:29
nerzhul8618-Apr-09 23:29 
QuestionHow do you set an Object Tag to work MS Word Pin
AndyASPVB18-Apr-09 3:45
AndyASPVB18-Apr-09 3:45 
QuestionPDF Embed Pin
hamid reza mansouri18-Apr-09 3:31
professionalhamid reza mansouri18-Apr-09 3:31 
AnswerRe: PDF Embed Pin
N a v a n e e t h18-Apr-09 16:53
N a v a n e e t h18-Apr-09 16:53 
QuestionHow to display company icon in address bar Pin
Jagz W18-Apr-09 2:44
professionalJagz W18-Apr-09 2:44 
AnswerRe: How to display company icon in address bar Pin
AprNgp18-Apr-09 3:26
AprNgp18-Apr-09 3:26 
Questiontext from DataGrid Pin
Learner52018-Apr-09 2:21
Learner52018-Apr-09 2:21 
AnswerRe: text from DataGrid Pin
N a v a n e e t h18-Apr-09 16:56
N a v a n e e t h18-Apr-09 16:56 
QuestionTextbox color change when required field or custom field validator fires Pin
MallikarjunaGupta18-Apr-09 2:00
MallikarjunaGupta18-Apr-09 2:00 
QuestionHow to use if condition in stored procedures Pin
Nekkantidivya18-Apr-09 0:25
Nekkantidivya18-Apr-09 0:25 
AnswerRe: How to use if condition in stored procedures [modified] Pin
Dev S18-Apr-09 1:16
Dev S18-Apr-09 1:16 
AnswerRe: How to use if condition in stored procedures Pin
Herman<T>.Instance20-Apr-09 3:13
Herman<T>.Instance20-Apr-09 3:13 
Questionprint page problem Pin
lakshmichawala17-Apr-09 23:32
lakshmichawala17-Apr-09 23:32 
QuestionFailed to access IIS metabase. Pin
Kiran 267104817-Apr-09 21:49
Kiran 267104817-Apr-09 21:49 
AnswerRe: Failed to access IIS metabase. Pin
N a v a n e e t h17-Apr-09 21:53
N a v a n e e t h17-Apr-09 21:53 

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.