Hi
I am writing Windows Application in VB.NET in 2005.
I have 1 form
on that form i have 2 DataGrids are there:DataGridView1 and DataGridView2
User Darg some rows from DataGridView1 then drop on to DataGridView2
up to here fine i have written code and working greate...
after that User wants to move Rows UP AND DOWN on DataGridView2
i have 2 buttons btnUP and btnDown
User wants to move rows up and down
at the same time we need to change the Row number also...
suppose i have 4 rows in DataGridView2
RowNo Name Designation
1 Ram Manager
2 Robert accountent
3 Sam programmer
4 Mike CEO
User wants to move 4th row to 2nd row place
So we need to change RowNo 4 to 2nd row
and 2nd row(Robert ,accountant) should be 3rd row
how can we do this.?
please help me its urjent...
thanks
Ramana
Start Free Trial