Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是如何将数据从(sql)datagridview 中的记录导入到相应的文本框中。例如,如果我单击一条记录,则应将整个记录导入到文本框中。
谢谢
在此处输入链接描述
尝试这个:
textbox1.Text=dataGridView1.Rows(row).Cells(col).Value