G
Guest
New to databinding in vs2005, I always did it manually in 2003. I have no
problem loading comboboxes, and a change in that combobox changes the data in
the textboxes but I can not figure out a way to get the data in a
datagridview to change. For example 2 columns are ID and amount_paid, the
datagridview loads on form load with all ID's and amounts. How do I get it to
only bring back the selected ID. Sounds like I may need to change the SQL on
the fly but there has to be a way to do it through the binding. Thanks for
any help.
problem loading comboboxes, and a change in that combobox changes the data in
the textboxes but I can not figure out a way to get the data in a
datagridview to change. For example 2 columns are ID and amount_paid, the
datagridview loads on form load with all ID's and amounts. How do I get it to
only bring back the selected ID. Sounds like I may need to change the SQL on
the fly but there has to be a way to do it through the binding. Thanks for
any help.