I have a bunch of controls in a tab control on a windows form. Some of the controls are data bound. I’m attempting to access the values of the controls but some of the controls seem to not have values until i physically navigate to the form that has the control. When are controls data bound? Do they have to be displayed first before the values are actually set?
Share
I had accurately same problem,whenever i wanted to read combobox default value from unnanvigated tabpages was returning null,and i founddatabanding occures aftercontrol show,
and what i did ,was writing this function
and i was calling the function before saving dataset