![]() |
#2
荷塘5月色2012-10-26 20:42
|
题目大概是在拥有dateGridView界面中通过“修改”按钮将选中的行分别显示到另一界面的textbox中去
用 Convert.ToString(dataGridView1[0, dataGridView1.CurrentCell.RowIndex].Value).Trim();来获取他的值
我
调试时显示错误:该字符串未被识别为有效的 DateTime。
求高手指点