Click here to Skip to main content
15,914,481 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
There are many ways to do this.

1 - Handle the session_end event and reset the DB flag there. This event gets fired when session timed out and will happen even user closes browser (not immediately). Works only on InProc session mode.
2 - Create a new column in table which has the user's last request time. Write a SQL job which runs frequently, checks the last request time and update the flag if necessary.

Smile | :)

n
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 
GeneralRe: Failed to access IIS metabase. Pin
Kiran 267104818-Apr-09 0:34
Kiran 267104818-Apr-09 0:34 
Questionhow to get the activeobject of a running instance of MS WORD in ASP.NET? [modified] Pin
Michael Tang17-Apr-09 21:36
Michael Tang17-Apr-09 21:36 

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.