J
John Wright
I have set up a datagrid on my form with six columns. I want to capture the
data from six textboxes on the form and add them to the datagrid. All the
info I can find about this is with datatables and databinding. I don't want
to databind this, this is only a repository for data until the user clicks
the save button. Then I will iterate through the grid rows and insert the
data. Does anyone have code to populate a gridview from textboxes on a form
without databinding?
John
data from six textboxes on the form and add them to the datagrid. All the
info I can find about this is with datatables and databinding. I don't want
to databind this, this is only a repository for data until the user clicks
the save button. Then I will iterate through the grid rows and insert the
data. Does anyone have code to populate a gridview from textboxes on a form
without databinding?
John