i am using vb.net 2008
Please help in moving to first , previous , next , last records
am not using any grid in the form . i am using only header controls in my form .
Printable View
i am using vb.net 2008
Please help in moving to first , previous , next , last records
am not using any grid in the form . i am using only header controls in my form .
Bind the data to a BindingSource and bind that to the controls. The BindingSource has MoveNext, MovePrevious, etc. methods.