2011年6月30日 星期四

ASP.Net 設定轉址

1.可在Page_Load事件加入:
response.redirect (~/xxx.aspx")
2.可用文字檔新增一個xxx.asp的檔案,內容為:
<% response.redirect ("http://www.google.com.tw") %>

沒有留言:

張貼留言