ChewDoggie
Programmer
Hello All,
I have a Windows form that has two datagridview controls on it (dgAvailableParts and dgSelectedParts). I'm suppose to allow the user to double-click on the parts in each list to move the parts (back and forth) between the two DGV's.
Because of this manual moving of items between the two controls, I cannot bind either of the controls.
I have a dataset that has been populated from a query. I need to load one of the dgv controls by looping thru the dataset, but don't know how to do this.
Can someone give me some examples of how to do this?
Chew
10% of your life is what happens to you. 90% of your life is how you deal with it.
I have a Windows form that has two datagridview controls on it (dgAvailableParts and dgSelectedParts). I'm suppose to allow the user to double-click on the parts in each list to move the parts (back and forth) between the two DGV's.
Because of this manual moving of items between the two controls, I cannot bind either of the controls.
I have a dataset that has been populated from a query. I need to load one of the dgv controls by looping thru the dataset, but don't know how to do this.
Can someone give me some examples of how to do this?
Chew
10% of your life is what happens to you. 90% of your life is how you deal with it.