数据库的删除??
为什么2005中的DataGridView没有CurrentRowIndex,
那么怎么写删除语句呀?
ds.Tables["student"].Rows[dataGridView2.currenRow].Delete();
objSqlDataAdapter.Update(ds, "student");
MessageBox.Show("记录已删除");
应该怎么样修改呀??