Click here to Skip to main content
15,900,511 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys ,
I have a windows form consisting of tab pages.
These tab pages have check boxes which i have bound to the DATA ROW from my DB.
i have used the property OnPropertyChanged for the binding.

Now when i run this form and if i dont go to a tab page then the check box control always shows the 'checked' property to false even though i had previously set to true and i also noticed that the value is correctly stored in the row.

Now if i click on the tab page it works fine showing the check box selected and the 'checked' property to true.

Please help,
With regards
Saurabh
Posted

1 solution

handle it on tabchange event also.
 
Share this answer
 

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