我有一個用戶控件,在母版頁中有一個下拉菜單,一個文本框和一個搜索按鈕。我在下拉列表中選擇一個值,在文本框中填入文本並點擊按鈕。在按鈕上單擊它重定向到另一個頁面,但所有值都重置。如何獲取下拉菜單中選定的值以及重定向頁面中的文本?Usercontrol not retention value
0
A
回答
0
您需要將值發佈到其他頁面。例如,您可以通過值在URL中
redirectedUlr.aspx?value1=1&value2=2 etc...
或者你可以在會話存儲值
Session["passedvalues"] = YourValues
他們是來處理頁面之間的這種
0
可以傳遞信息的幾個方法以各種方式,其中一些取決於重定向如何發生。即使源頁面位於與目標頁面不同的ASP.NET Web應用程序中,或源頁面不是ASP.NET網頁,也可以使用以下選項:
- 使用查詢字符串。
- 從源頁面獲取HTTP POST信息。
以下選項僅在源頁面和目標頁面位於同一ASP.NET Web應用程序中時可用。
- 使用會話狀態。
- 在源頁面中創建公共屬性並訪問目標頁面中的屬性 值。
- 從 源頁面中的控件獲取目標頁面中的控制信息。
欲瞭解更多信息和例子,你可以閱讀下面的文章: http://msdn.microsoft.com/en-us/library/6c3yckfw(v=vs.100).aspx
相關問題
- 1. Octopack retention
- 2. IE.Document.getElementsByName(「name」)。Value =「Value」not working [VBA]
- 3. WPF Usercontrol Items not showing
- 4. WPF UserControl Not Displaying
- 5. Excel:Lookup Value not recognized
- 6. UserControl Property Binding not Working
- 7. textarea does not return value
- 8. asp.net textbox value not changing
- 9. document.getElementById(「ID」)。value not working
- 10. JavaScript getElementByName()。value not working
- 11. C#引用VB UserControl not found
- 12. React Mobx not rendering the value
- 13. Javascript selected items value not pull correctly
- 14. setItemChecked(int position,boolean value)not working?
- 15. UPDATE float value not posting to database
- 16. Django Dynamic Formset:Submit Value not Cloned
- 17. plist value not displayed in tableview
- 18. Items.Restrict Received Count not returned correct value
- 19. document.getElementById('TextBox1')。value is not working
- 20. WPF - Usercontrol as ListItemTemplate not fill listbox width
- 21. 是否在性能上有差異:not([attr =「value」])和[attr!=「value」]?
- 22. angular.isUndefined(value)和not!(value)之間的區別是什麼?
- 23. Laravel 4:Hash :: make not returned a proper value
- 24. mysql php connector not returns last cell value
- 25. Javascript object not variable value with variable key
- 26. 「Value can not be null。Parameter name:s」2Checkout payment API
- 27. why var returnText = value as string not working?
- 28. $ scope scope value can not read in controller
- 29. std_logic vector(15 downto 0)value not get assigned
- 30. asp.net unchecked checkbox pass not value as NULL