Click here to Skip to main content
15,894,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to get DateTime Pin
jojoba201011-Jan-10 18:40
jojoba201011-Jan-10 18:40 
AnswerRe: How to get DateTime Pin
sashidhar11-Jan-10 18:43
sashidhar11-Jan-10 18:43 
AnswerRe: How to get DateTime Pin
Abhishek Sur11-Jan-10 23:42
professionalAbhishek Sur11-Jan-10 23:42 
AnswerRe: How to get DateTime Pin
April Fans12-Jan-10 19:18
April Fans12-Jan-10 19:18 
AnswerRe: How to get DateTime Pin
carlecomm19-Jan-10 17:43
carlecomm19-Jan-10 17:43 
QuestionClose session in While closing browser Pin
Amit Patel198511-Jan-10 18:22
Amit Patel198511-Jan-10 18:22 
AnswerRe: Close session in While closing browser [modified] Pin
Pranay Rana11-Jan-10 19:43
professionalPranay Rana11-Jan-10 19:43 
AnswerRe: Close session in While closing browser Pin
Venkatesh Mookkan11-Jan-10 22:50
Venkatesh Mookkan11-Jan-10 22:50 
Amit Patel1985 wrote:
How to close session if user close the brower.


You cannot do that. If a user closes the browser, the session automatically expires at it SessionTimeout (20 minutes is the default Timeout). But you can still achieve it, I have seen code to call function on closing the browser. You are search it on google. JavaScript "unload" event fires whenever you go off that page. "unload" event will not help you.


Amit Patel1985 wrote:
And my second question is if session timeout happens
then session end method is called from in Global.asax
how to do the redirection from the Global.asax


What do you meant by redirection? Global.asax is not page, that you need to redirect from.


Castle Rider
What if I freeze??? Don't forget to breath...

My: Website | Yahoo Group | Blog Spot

Questiongrab contacts from Social network Pin
kokilaB11-Jan-10 17:28
kokilaB11-Jan-10 17:28 
AnswerRe: grab contacts from Social network Pin
sashidhar11-Jan-10 17:44
sashidhar11-Jan-10 17:44 
GeneralRe: grab contacts from Social network Pin
kokilaB11-Jan-10 18:43
kokilaB11-Jan-10 18:43 
GeneralRe: grab contacts from Social network Pin
sashidhar11-Jan-10 18:51
sashidhar11-Jan-10 18:51 
GeneralRe: grab contacts from Social network Pin
kokilaB11-Jan-10 18:44
kokilaB11-Jan-10 18:44 
GeneralRe: grab contacts from Social network Pin
kokilaB11-Jan-10 19:22
kokilaB11-Jan-10 19:22 
GeneralRe: grab contacts from Social network Pin
Vasudevan Deepak Kumar12-Jan-10 4:08
Vasudevan Deepak Kumar12-Jan-10 4:08 
QuestionManupulating Columns of datatable Pin
kris_viswa11-Jan-10 17:27
kris_viswa11-Jan-10 17:27 
AnswerRe: Manupulating Columns of datatable Pin
Pranay Rana11-Jan-10 19:08
professionalPranay Rana11-Jan-10 19:08 
GeneralRe: Manupulating Columns of datatable Pin
kris_viswa12-Jan-10 3:32
kris_viswa12-Jan-10 3:32 
GeneralRe: Manupulating Columns of datatable Pin
Pranay Rana12-Jan-10 17:29
professionalPranay Rana12-Jan-10 17:29 
QuestionDataSet/DataTable or SQL Query for complex data retrieval? Pin
James Shao11-Jan-10 14:01
James Shao11-Jan-10 14:01 
AnswerRe: DataSet/DataTable or SQL Query for complex data retrieval? Pin
dan!sh 11-Jan-10 16:27
professional dan!sh 11-Jan-10 16:27 
Questionhi, How To Access Label Inside GridView where GridView Inside Datalist( Only By Javascript)? Pin
re7et_3esh11-Jan-10 7:08
re7et_3esh11-Jan-10 7:08 
Questionsetting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
K V Sekhar11-Jan-10 6:00
K V Sekhar11-Jan-10 6:00 
AnswerRe: setting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
Abhijit Jana11-Jan-10 6:43
professionalAbhijit Jana11-Jan-10 6:43 
GeneralRe: setting value on ClinetClick and reading changed value on OnClik[Server Side] Pin
K V Sekhar11-Jan-10 15:34
K V Sekhar11-Jan-10 15:34 

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.