当前位置: 代码迷 >> ASP.NET >> 求組ASP.NET(VB) 构架網頁傳值問題
  详细解决方案

求組ASP.NET(VB) 构架網頁傳值問題

热度:3619   发布时间:2013-02-26 00:00:00.0
求組ASP.NET(VB) 框架網頁傳值問題
現有一框架網頁   index.htm如下圖
_____________________________
|                       1.aspx                     |
|___________________________|
|                                                       |
|                 2.aspx                           |  
|___________________________|  

我要把1.aspx按個button后把值   ﹐傳給2.aspx
值傳過去不更新1.aspx     只更新2.aspx   該如何做﹖﹖﹖          

望高手解答。。。
謝謝

------解决方案--------------------------------------------------------
如何在webform的button事件Button1_Click中實現﹖﹖==========> 一定要在后台实现吗?Response.Write( " <script> window.top...... </script> ");
  相关解决方案