菜鸟一只,求c#代码,怎么把textbox的内容显示到datagridview中并导入到access数据表中
http://blog.sina.com.cn/s/blog_a257a4ad01019yh0.html
//添加dataGridView.Rows.Add();dataGridView.Rows[行数].Cells[列数/列名].Value = textbox.ToString();