Hi, I have a datagridview that is filled from a database through coding. I also have two buttons (movenext and moveprevious buttons) that I want to make active the next or the previous row of the Datagridview. I know that this can also be done with bindingnavigator control but I need code to do this.
Does anyone know how to do this? Or does anyone know if it is possible to see the code that is used in the bindingnavigator control??