Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > link bindingsource to tabpage on a form
 

link bindingsource to tabpage on a form

How do I link a tabpage to a bindingsource?

I have this working on a form but I now have a need to expand the app to include tabpages. On my form I have a gridview that i can navigate through that updates the textboxes on the form. In the new tabpage(new application) i need the same thing. The gridview works fine but my text boxes are not getting updated based on the selected record in my gridview .
Herzogzwei  Thursday, September 10, 2009 5:18 PM
Hi,

I'm moving the thread to windows controls binding forum .
Please provide some code , so that we can see the problem you are facing.

Harry
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Harry Zhu  Monday, September 14, 2009 4:23 AM
Hello Herzogzwei,

Here I want to clarify some unclear points in your post.

Do you mean the DataGridView and the TextBox are on the same form but on different tabpages?

Sincerely,
Kira Qian
Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework!
Kira Qian  Monday, September 14, 2009 8:39 AM
We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post editor window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework!
Kira Qian  Thursday, September 17, 2009 7:37 AM

You can use google to search for other answers

Custom Search

More Threads

• Create DataGridView in a DataGirdViewColumn
• Wrap Header Captions
• Quickly lock & unlock lots of fields for editing - best way/practice
• Datagrid not display
• How to sort combobox.
• Extracting cell data from dataGridView
• dynamically binding data to a combobox in datagridview
• set Button image formatting
• Databinding buggier than an entomologist's office
• Why combobox selectedindex changed event is firing before formload event?