Re: Move Back command from server
From: Steven Cheng[MSFT] (v-schang_at_online.microsoft.com)
Date: 06/17/04
- Next message: angus: "asp.net setup problem"
- Previous message: Roland Hall: "Re: Penetration of ASP.NET - Developers continue to use VB6 & ASP"
- In reply to: Chad A. Beckner: "Re: Move Back command from server"
- Next in thread: S. Justin Gengo: "Re: Move Back command from server"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Jun 2004 02:51:39 GMT
Hi Moondaddy,
The "Back" button function is belong to the browser, generally we can only
use clientside script to directly call such function rather than via
serverside code. However, if we do have to do this by serverside codebehind
code of an ASP.NET web page, we can use the "Page.RegisterStartupScript()"
function to register a certain clientside script as
Chad has mentioned to workaround this. How do you think ?
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
- Next message: angus: "asp.net setup problem"
- Previous message: Roland Hall: "Re: Penetration of ASP.NET - Developers continue to use VB6 & ASP"
- In reply to: Chad A. Beckner: "Re: Move Back command from server"
- Next in thread: S. Justin Gengo: "Re: Move Back command from server"
- Messages sorted by: [ date ] [ thread ]