Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've created a C# winForm that creates tabPages dynamically and adds a dataGridView that is a member variable of a class I created. The problem is when I click on a tabPage dataGridView (dataGridView click event) it's not operating on the correct object properties that correspond to tabPage dataGridView. When I click on the dataGrid regardless of which tabPage it's using the most recently added object.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900