A
Aaron
I have a datagrid populated by a Dataset using an SQLAdapter. This
datagrid is at the bottom of the form displaying all of the records for my
SQL Query.
Above the datagrid, I have several textboxes corresponding to the columns
in the datagrid.
What I would like to do is be able to click on a row in the (ReadOnly)
datagrid and have the Textboxes populate with the data in that record. I
would like to make changes in the textboxes and then click an update button
which will allow the SQLUpdate command to run.
Any ideas on where I should start looking?
Thanks,
Aaron
datagrid is at the bottom of the form displaying all of the records for my
SQL Query.
Above the datagrid, I have several textboxes corresponding to the columns
in the datagrid.
What I would like to do is be able to click on a row in the (ReadOnly)
datagrid and have the Textboxes populate with the data in that record. I
would like to make changes in the textboxes and then click an update button
which will allow the SQLUpdate command to run.
Any ideas on where I should start looking?
Thanks,
Aaron