日期:2014-05-19  浏览次数:20416 次

怎么寫頁面跳轉代碼
我現在有一個頁面
在這個頁面中有一個button
當按這個button后,跳到另一個頁面,怎么寫這個代碼

呵呵,這等低級的問題,大家不要笑

在線等,搞好就結貼

------解决方案--------------------
Response.Redirect( "login.aspx ");
Server.Transfer( "xxx.aspx?mode=??? ");
<a href=javascript:(this.history.go(-1))> [返回] </a>

ASP.NET(C#)信息采集 技术讨论群:39921387
注:群刚成立
------解决方案--------------------
<input type=button onclick=javascript:location.href= ' '/>
------解决方案--------------------
Response.Redirect( "login.aspx ");
我用這句就搞定了
謝謝

=======================

强,潜力股!