windows mobile中使用datagrid绑定并显示数据及得到界面显示的数据值
摘要:
1 绑定数据源,设置显示列和显示格式等 if (ds!= null) { this.dataGrid_Fix.DataSource = ds; } DataGridTableStyle ts = new DataGridTableStyle(); ts.MappingName = "Table1"; DataGridColumnStyle ID = new DataGridTextBoxColum... 阅读全文
posted @ 2008-05-23 11:32 优雅小猪 阅读(6325) 评论(1) 推荐(0)
浙公网安备 33010602011771号