Click here to Skip to main content
15,887,935 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: dynamically create a control and making an event handler for it Pin
Mohammad A Gdeisat31-Mar-08 10:34
Mohammad A Gdeisat31-Mar-08 10:34 
GeneralFiring an gridview event from a checkbox control inside a GridView Pin
LancashireLad31-Mar-08 9:55
LancashireLad31-Mar-08 9:55 
GeneralRe: Firing an gridview event from a checkbox control inside a GridView Pin
pmarfleet31-Mar-08 10:04
pmarfleet31-Mar-08 10:04 
GeneralRe: Firing an gridview event from a checkbox control inside a GridView Pin
LancashireLad31-Mar-08 11:17
LancashireLad31-Mar-08 11:17 
GeneralRe: Firing an gridview event from a checkbox control inside a GridView Pin
postmaster@programmingknowledge.com31-Mar-08 18:21
postmaster@programmingknowledge.com31-Mar-08 18:21 
GeneralRe: Firing an gridview event from a checkbox control inside a GridView Pin
LancashireLad1-Apr-08 5:12
LancashireLad1-Apr-08 5:12 
QuestionAn event for leaving the page? Pin
Fernando A. Gomez F.31-Mar-08 7:57
Fernando A. Gomez F.31-Mar-08 7:57 
GeneralRe: An event for leaving the page? Pin
Jesse Squire31-Mar-08 8:04
Jesse Squire31-Mar-08 8:04 
There is no server side event that can detect when the user leaves a page. Once the page is rendered, the server has no knowledge of the actions taken in the browser.

You can, however, detect when a page is unloaded from client script. Take a peek at the onunload event, especially as it pertains to the document object. If you hook that event, you can make an asynchronous call to the server and perform whatever tasks that you need to.

Hope that helps. Smile | :)

  --Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi

GeneralRe: An event for leaving the page? Pin
Fernando A. Gomez F.31-Mar-08 8:10
Fernando A. Gomez F.31-Mar-08 8:10 
GeneralSession times out [modified] Pin
sagittarian31-Mar-08 7:45
sagittarian31-Mar-08 7:45 
GeneralRe: Session times out Pin
sagittarian1-Apr-08 3:00
sagittarian1-Apr-08 3:00 
GeneralRe: Session times out Pin
Herman<T>.Instance1-Apr-08 4:56
Herman<T>.Instance1-Apr-08 4:56 
GeneralRe: Session times out Pin
sagittarian1-Apr-08 5:39
sagittarian1-Apr-08 5:39 
GeneralRe: Session times out Pin
sagittarian1-Apr-08 5:55
sagittarian1-Apr-08 5:55 
GeneralRe: Session times out Pin
Herman<T>.Instance1-Apr-08 22:45
Herman<T>.Instance1-Apr-08 22:45 
GeneralRe: Session times out Pin
sagittarian4-Apr-08 6:16
sagittarian4-Apr-08 6:16 
QuestionHOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
mohd imran abdul aziz31-Mar-08 5:09
mohd imran abdul aziz31-Mar-08 5:09 
AnswerRe: HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
pmarfleet31-Mar-08 6:39
pmarfleet31-Mar-08 6:39 
AnswerRe: HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
Jesse Squire31-Mar-08 6:42
Jesse Squire31-Mar-08 6:42 
AnswerRe: HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
farazsk1131-Mar-08 7:42
farazsk1131-Mar-08 7:42 
GeneralPassing query strings between multiple ascx contols contained within Master page Pin
Suj_7831-Mar-08 5:00
Suj_7831-Mar-08 5:00 
GeneralRe: Passing query strings between multiple ascx contols contained within Master page Pin
Jesse Squire31-Mar-08 6:12
Jesse Squire31-Mar-08 6:12 
GeneralRe: Passing query strings between multiple ascx contols contained within Master page Pin
farazsk1131-Mar-08 7:24
farazsk1131-Mar-08 7:24 
QuestionHandling sessions Pin
rajitksingh31-Mar-08 4:52
rajitksingh31-Mar-08 4:52 
GeneralRe: Handling sessions Pin
led mike31-Mar-08 5:02
led mike31-Mar-08 5:02 

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.