Click here to Skip to main content
15,889,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: maintain values of a textbox on Postback Pin
Archana New to Dotnet9-Jul-07 19:06
Archana New to Dotnet9-Jul-07 19:06 
GeneralRe: maintain values of a textbox on Postback Pin
MaheshSharma9-Jul-07 19:09
MaheshSharma9-Jul-07 19:09 
GeneralRe: maintain values of a textbox on Postback Pin
kumar.a9-Jul-07 20:15
kumar.a9-Jul-07 20:15 
AnswerRe: maintain values of a textbox on Postback Pin
N a v a n e e t h9-Jul-07 19:09
N a v a n e e t h9-Jul-07 19:09 
AnswerRe: maintain values of a textbox on Postback Pin
Michael Sync9-Jul-07 20:04
Michael Sync9-Jul-07 20:04 
GeneralRe: maintain values of a textbox on Postback Pin
Michael Sync9-Jul-07 20:06
Michael Sync9-Jul-07 20:06 
QuestionDetect Browser Close Pin
MaheshSharma9-Jul-07 18:41
MaheshSharma9-Jul-07 18:41 
AnswerRe: Detect Browser Close Pin
Michael Sync9-Jul-07 20:00
Michael Sync9-Jul-07 20:00 
Detecting browser unload event.

- Use onunload event of body tag to detect the closing of browser.

Calling Server-side function from client-side script
- Add a server-side hiddenfield to your page.
- Write the code (eg: clearing a session) in the change event of this hiddenfield.
- Grab this field and put some value to this hidden field from Javascript. As soon as the value is changed in this hiddenfield, the server-side event will be fired/invoked so that the code for clearing a session will be run.

Hope it would help.. Let me know if you are not clear.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: Detect Browser Close Pin
MaheshSharma9-Jul-07 21:48
MaheshSharma9-Jul-07 21:48 
GeneralRe: Detect Browser Close Pin
Michael Sync9-Jul-07 23:48
Michael Sync9-Jul-07 23:48 
GeneralRe: Detect Browser Close Pin
MaheshSharma10-Jul-07 0:24
MaheshSharma10-Jul-07 0:24 
Questionplacing map in website Pin
mmm!@#9-Jul-07 18:33
mmm!@#9-Jul-07 18:33 
AnswerRe: placing map in website Pin
Michael Sync9-Jul-07 19:55
Michael Sync9-Jul-07 19:55 
GeneralRe: placing map in website Pin
mmm!@#9-Jul-07 20:19
mmm!@#9-Jul-07 20:19 
QuestionInclude tree view in every page Pin
J Liang9-Jul-07 15:55
J Liang9-Jul-07 15:55 
AnswerRe: Include tree view in every page Pin
Michael Sync9-Jul-07 16:04
Michael Sync9-Jul-07 16:04 
GeneralRe: Include tree view in every page Pin
J Liang9-Jul-07 18:30
J Liang9-Jul-07 18:30 
GeneralRe: Include tree view in every page Pin
Michael Sync9-Jul-07 19:53
Michael Sync9-Jul-07 19:53 
GeneralRe: Include tree view in every page Pin
J Liang9-Jul-07 20:06
J Liang9-Jul-07 20:06 
GeneralRe: Include tree view in every page Pin
Michael Sync9-Jul-07 20:23
Michael Sync9-Jul-07 20:23 
AnswerRe: Include tree view in every page Pin
Sven Cipido9-Jul-07 20:16
Sven Cipido9-Jul-07 20:16 
QuestionRemote Debugging dll issues asp 1.1 Pin
evodev9-Jul-07 14:39
evodev9-Jul-07 14:39 
QuestionHow to create Pop up Calendar ? Pin
kidus19-Jul-07 10:59
kidus19-Jul-07 10:59 
AnswerRe: How to create Pop up Calendar ? Pin
Christian Graus9-Jul-07 11:17
protectorChristian Graus9-Jul-07 11:17 
AnswerRe: How to create Pop up Calendar ? Pin
jcdevnet9-Jul-07 11:42
jcdevnet9-Jul-07 11:42 

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.