(在asp.net中)我有中繼器,其中包含複選框,textarea,單選按鈕和按鈕(提交)等不同的控件。當我點擊提交按鈕時,ItemCommand事件被觸發,我想從這些控件中獲取數據。我怎樣才能做到這一點?請幫助我使用此代碼。在asp.net中的Repeater的ItemCommand事件中獲取數據?
0
A
回答
0
請參閱的StackOverflow上的問題這一個 Checkbox OnClick/ItemCommand in Repeater or DataList
linkbutton on repeater - how to retrieve a field value on a selected row?
+1
謝謝@Frost_Mourne通過此鏈接獲得了我需要的代碼邏輯。 – SAM
+0
歡迎光臨:) –
相關問題
- 1. ASP.NET Repeater控件:如何從前端傳遞參數中繼器ItemCommand事件
- 2. 在ItemCommand之後ASP.NET Repeater不綁定
- 3. Repeater或DataList中的複選框OnClick/ItemCommand
- 4. Repeater中的按鈕不會觸發ItemCommand
- 5. 從Repeater中的ItemCommand識別DataGrid
- 6. Asp.Net Repeater ItemCommand dataitem始終爲空
- 7. 如何獲取在Repeater控制中的UserControl的文本值在asp.net中控制itemCommand
- 8. 在ASP.Net中從Repeater控件內部的PostBack獲取DropDownlist的值
- 9. 在asp.net中的Repeater控件下的Gridview
- 10. 獲取ASP.Net 2.0 Repeater控件中的當前索引
- 11. 如何在ItemCommand事件後獲取TextBox的Text屬性
- 12. 如何在火災中C#.net嵌套Repeater控件ItemCommand參數孩子中繼
- 13. 在Repeater中獲取子控件
- 14. 獲取嵌套在Repeater中的圖像的url asp.net
- 15. Repeater中的ASP.NET RadioButtonList?
- 16. 在單擊事件中獲取ListView綁定數據ASP.NET
- 17. 將Repeater中的ItemData的值獲取到Repeater中
- 18. 獲取在repeater中更改的行
- 19. 嘗試從Repeater內的UpdatePanel運行Jquery函數(在ItemCommand上)
- 20. Repeater中的動態數據
- 21. Repeater中的數據格式
- 22. 使用ASP.Net Repeater中的2個列表中的數據
- 23. 在RowCommand事件中獲取數據集/在RowCommand中獲取修改的行
- 24. 如果ASP.NET Repeater中的條件
- 25. Repeater控件中的三元內聯ASP.NET
- 26. ASP.Net 4.0 OnSelectedIndexChanged事件不在ItemTemplate(Repeater)中觸發
- 27. asp.net Repeater控件
- 28. jquery選項卡 - repeater itemcommand not firing
- 29. ASP.NET - 使用/不使用Eval的Repeater ItemTemplate中獲取對象
- 30. 在ASP.NET Repeater中動態添加控件
歡迎的話,請閱讀https://stackoverflow.com/help/asking發現導遊獲取有關如何更好地瞭解問。 –