CabinFever
Programmer
VB2008Express
I have a DataGridView bound to a database:
Me.mydata.Fill(Me.mydataDataSet4.myinfo)
What is the best method to move rows up/down using the mouse to manually re-sort.
Thanks in advance!
I have a DataGridView bound to a database:
Me.mydata.Fill(Me.mydataDataSet4.myinfo)
What is the best method to move rows up/down using the mouse to manually re-sort.
Thanks in advance!