DataGridView控件的作用是什么?
DataGridView控件的作用是什么?
相关考题:
datagridview 单元格变成comboBox,如何对数据进行保存? 我把datagridview中得表格都换成了comboBox的格式,之前没换得时候用得是dataGridView2_CellEndEdit这个方法进行保存数据的,现在该用什么方法保存呢?
在DataGridView控件中以整行进行选择,需要设置SelectionMode的属性值为()AFullRowSelectBFullColumnSelectCRowHeaderSelectDColumnHeaderSelect
在DataGridView控件中绑定数据集时,下面哪个代码是正确的()Adgv.DataBinding= ds.Tables(0)Bdgv.Binding= dsCdgv.DataSource = ds.Tables(0)Ddgv.Source = ds
在DataGridView控件中以整行进行选择,需要设置SelectionMode的属性值为()A、FullRowSelectB、FullColumnSelectC、RowHeaderSelectD、ColumnHeaderSelect
单选题You use Microsoft .NET Framework 4 to create a Windows Forms application. You have a DataGridView that is bound to a DataTable containing a column named ProductName. The ProductName column can contain any valid string, except "ProductX," "ProductY," "ProductZ." You need to ensure that only valid entries for ProductName are saved when users edit the DataGridView. Which DataGridView event should you use?()ACellBeginEditBInvalidatedCValidatedDValidating
单选题在DataGridView控件中绑定数据集时,下面哪个代码是正确的()Adgv.DataBinding= ds.Tables(0)Bdgv.Binding= dsCdgv.DataSource = ds.Tables(0)Ddgv.Source = ds
问答题DataGridView控件的作用是什么?