随笔 - 35  文章 - 17 评论 - 117 trackbacks - 0

12 2005 档案
[原创].Net中绑定到DataView的问题
摘要: 为了使某些Web控件可以显示DataGrid中当前选定行的数据,我用了控件的DataBindings属性进行设置,把控件绑定到DataView上。然后在DataGrid的SelectedIndexChanged事件中增加下述代码: Dim index As Integer Dim key As Stringindex = DataGrid1.SelectedIndex key = DataGrid...阅读全文
posted @ 2005-12-07 17:20 Kidd 阅读(544) | 评论 (3) 编辑