c#中Winform窗体中DataGridview控件是用来显示数据库中的内容的,并不能将该控件中的数据直接保存至数据库中,你可以试着用文本框控件(textBox、lable等),用insert into语句来将其内容插入到数据库中
参考:http://blog.csdn.net/lysc_forever/article/details/7697536
c#中Winform窗体中DataGridview控件是用来显示数据库中的内容的,并不能将该控件中的数据直接保存至数据库中,你可以试着用文本框控件(textBox、lable等),用insert into语句来将其内容插入到数据库中