C dataGridView用法(15)
发布时间:2021-06-08
发布时间:2021-06-08
C# dataGridView用法,C#中dataGridView的快速学习
// DefaultValuesNeeded 事件处理方法
private void DataGridView1_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e)
{
// 设定单元格的默认值
e.Row.Cells["Column1"].Value = 0;
e.Row.Cells["Column2"].Value = "-";
SqlDataAdapter da=new SqlDataAdapter(sql命令串,连接字符串); DataTable dtbl=new DataTable();
da.Fill(dtbl);
dataGridView1.DataSource=dtbl;
上一篇:《文化生活》易错细小知识填空
下一篇:2011校园营销策划方案