Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > I try to use BindingNavigator to get current position in the table and move it to a new form
 

I try to use BindingNavigator to get current position in the table and move it to a new form

I have a form (A) whereI display a record from a table. I will open a new form (B) and show a part of the same record in the new form. I have a feeling of that should be OK to use BindingNavigator but I can't get it to work.

Could some one advice

I working in VB

Regards Bernit

Bernit  Monday, August 10, 2009 2:32 PM
The BindingNavigator is associated with a BindingSource. It is the associated BindingSource that hasa Position property you can get and set.
BinaryCoder  Monday, August 10, 2009 11:25 PM
The BindingNavigator is associated with a BindingSource. It is the associated BindingSource that hasa Position property you can get and set.
BinaryCoder  Monday, August 10, 2009 11:25 PM

More information about BindingNavigator:

BindingNavigator Control (Windows Forms)

http://msdn.microsoft.com/en-us/library/b9y7cz6d.aspx
Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Thursday, August 13, 2009 10:07 PM

You can use google to search for other answers

Custom Search

More Threads

• bind TreeView using xml
• Column Sort
• Working with uniqueidentifier
• Binding Problem with arraylist
• Trying to make a simple database application: Updating a ListBox with data related to another
• Problem in Updating on of tbales Joined with the UNION clause
• BindingSource.PositionChanged vs DataGridView.Sort
• DataGridView Master/Slave bug???
• Binding a DataGridView raises CellEnter Event.
• DateTime picker problems