最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
RadioButtonList在Datagrid模板列中的应用
时间:2022-06-30 10:38:21 编辑:袖梨 来源:一聚教程网
1.RadioButtonList插入DataGrid模板列的方法与其他控件插入的方法一致。
2.从数据库中读取RadioButtonList状态的方法
1) .aspx文件
2) .vb文件
objDataSet.Tables(0).Columns.Add(“strRBL“)
objDataSet.Tables(0).Rows(x).Item(“strRBL“)=n
3.RadioButtonList状态改变后读取的方法
1).aspx文件
2).vb文件
Public Sub RBL_WA_SelectedIndexChanged(ByVal Sender As Object, ByVal e As System.EventArgs)
Dim srcRBL As RadioButtonList = CType(Sender, RadioButtonList)
Dim srcCell As TableCell = CType(srcRBL.Parent, TableCell)
Dim srcRow As TableRow = CType(srcCell.Parent, TableRow)
End Sub
srcRBL即为状态改变的RadioButtonList,可用SelectedIndex/SelectedValue获取相应值
srcRow即位状态改变的RadioButtonList所在的DataGrid行,可用srcRow.Cells(n).Text获取相应的主键值将RadioButtonList状态写入数据库
2.从数据库中读取RadioButtonList状态的方法
1) .aspx文件
2) .vb文件
objDataSet.Tables(0).Columns.Add(“strRBL“)
objDataSet.Tables(0).Rows(x).Item(“strRBL“)=n
3.RadioButtonList状态改变后读取的方法
1).aspx文件
Public Sub RBL_WA_SelectedIndexChanged(ByVal Sender As Object, ByVal e As System.EventArgs)
Dim srcRBL As RadioButtonList = CType(Sender, RadioButtonList)
Dim srcCell As TableCell = CType(srcRBL.Parent, TableCell)
Dim srcRow As TableRow = CType(srcCell.Parent, TableRow)
End Sub
srcRBL即为状态改变的RadioButtonList,可用SelectedIndex/SelectedValue获取相应值
srcRow即位状态改变的RadioButtonList所在的DataGrid行,可用srcRow.Cells(n).Text获取相应的主键值将RadioButtonList状态写入数据库
相关文章
- 无期迷途主线前瞻直播总结 无期迷途主线前瞻直播内容介绍 11-22
- 以下哪种非遗技艺是用针在纸上绣画 蚂蚁新村11月21日答案 11-22
- 江南百景图听风塔怎么样 11-22
- 原神恰斯卡圣遗物怎么搭配 11-22
- 2024年霸王茶姬11月22日口令是什么 2024.11.22霸王茶姬口令介绍 11-22
- 光遇11.21季节蜡烛在哪里 光遇11月21日季节蜡烛位置攻略 11-22