使用C#,如何獲取上一頁值
我想從上一頁獲取值。
例如,
In a page A i have the textbox value like "apple", i want to get the same value in page B
頁中的代碼。
<a href="javascript:void(0)"
onclick="window.open('pageB.aspx',
'Add','width=700,height=400')">
Add</a>
上面的代碼是從網頁A
鏈接頁面B如何得到一個值頁的文本框的值在頁面B.
需要幫助