討論串[問題] 如何傳一個網頁裡的資料到另一個網頁裡??
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者polor (polor)時間21年前 (2004/07/25 07:11), 編輯資訊
1
0
0
內容預覽:
譬如我有 index.aspx 這網頁.... 裡面會有資料 k = 100;. 然後在 index.aspx 上有個連結叫做 a.aspx..... 然後我點選這個連結後.... 要如何傳 k 到 a.aspx 裡去處理呢??. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From:

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者liunate (測試)時間21年前 (2004/07/25 09:14), 編輯資訊
1
0
0
內容預覽:
使用querystring. 可以到MSDN裡面查查看用法. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 203.70.192.190.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者polor (polor)時間21年前 (2004/07/26 01:46), 編輯資訊
1
0
0
內容預覽:
謝謝....以解決..... Response.Redirect("a.aspx?data="+k);. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 218.166.38.74.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者tomex (tomex_ou)時間21年前 (2004/07/26 03:56), 編輯資訊
0
0
0
內容預覽:
若要用post方式傳表單的值,可用Server.Transfer()來做. 這是你會遇到的課題。. 但複雜的處理,得用Context.Handler來做. 這也是未來會遇到的,先講一下了 :). --. You're recommended to vist C_Sharp in PTT.. We a
首頁
上一頁
1
下一頁
尾頁