How can I assign values of t开发者_JAVA百科he textbox to the datagridview cell ?
Simply:
myGridView[col,row].Value = myTextBox.Text;
(or have I misunderstood something?)
How can I assign values of t开发者_JAVA百科he textbox to the datagridview cell ?
Simply:
myGridView[col,row].Value = myTextBox.Text;
(or have I misunderstood something?)
精彩评论