Hello,
I have a mysterious problem that is driving me nuts. This has happened to me once before and the last time the problem seemed to resolve itself at some point - but I don't know how.
I have a windows form with a panel control and a tab control with various tab pages, some of which have panel controls on them, all of which have various text boxes, combo boxes etc.
The data is all bound to datasets that are filled by dataadaptors that connect to a database. All of this was working fine, the data from the database was displaying nicely and it was updating back to the database.
Then all of a sudden the data from the one of the datasets would no longer display on the form. However if I move the textbox for example off the panel and place it somewhere else on the form (not on a panel or a tab control)- the data displays fine. The same goes for some of the data sitting on panels on the tab control from just one dataset only (other data is displaying fine)
Is it something to do with the order in which the panels etc are added? I have been using visual studio .net 2003 and have been using the windows designer toolbox to add the controls...
Any help appreciated.
Cheers
....vwhite
"Benefit others. If you cannot benefit others then do them no harm"
- His Holiness Tenzin Gyatso, the 14th Dalai Lama
I have a mysterious problem that is driving me nuts. This has happened to me once before and the last time the problem seemed to resolve itself at some point - but I don't know how.
I have a windows form with a panel control and a tab control with various tab pages, some of which have panel controls on them, all of which have various text boxes, combo boxes etc.
The data is all bound to datasets that are filled by dataadaptors that connect to a database. All of this was working fine, the data from the database was displaying nicely and it was updating back to the database.
Then all of a sudden the data from the one of the datasets would no longer display on the form. However if I move the textbox for example off the panel and place it somewhere else on the form (not on a panel or a tab control)- the data displays fine. The same goes for some of the data sitting on panels on the tab control from just one dataset only (other data is displaying fine)
Is it something to do with the order in which the panels etc are added? I have been using visual studio .net 2003 and have been using the windows designer toolbox to add the controls...
Any help appreciated.
Cheers
....vwhite
"Benefit others. If you cannot benefit others then do them no harm"
- His Holiness Tenzin Gyatso, the 14th Dalai Lama