H
Hemang Shah
Can someone please explain the following behaviour, its driving me nuts!
I have a a listbox and a tab control which has many text boxes on it.
I have a dataset and few dataview.
If I bind the textboxes and listbox to dataset, it displays just fine.
However if I bind anything to the dataview, it shows up blank.
My first guess was that there is something wrong with the dataview, so I
drag another textbox to the form, and point the text to dataview and it
displays just fine!
If I drag that on the tab control, it again goes blank, now even if I drag
it outside the tabcontrol its blank unless I bind it to the dataset.
But if I create a new texbox on the tabcontrol and bind it to dataview it
displays just fine.
I had copied & pasted few controls from another form. I checked the code
generated by windows and the old control and the new one I drag are
initialized the same.
Can this be a bug ? Migrating to Visual Studio has been a very bumby ride
for me!
Any suggestions would be appreciated.
Thank You
I have a a listbox and a tab control which has many text boxes on it.
I have a dataset and few dataview.
If I bind the textboxes and listbox to dataset, it displays just fine.
However if I bind anything to the dataview, it shows up blank.
My first guess was that there is something wrong with the dataview, so I
drag another textbox to the form, and point the text to dataview and it
displays just fine!
If I drag that on the tab control, it again goes blank, now even if I drag
it outside the tabcontrol its blank unless I bind it to the dataset.
But if I create a new texbox on the tabcontrol and bind it to dataview it
displays just fine.
I had copied & pasted few controls from another form. I checked the code
generated by windows and the old control and the new one I drag are
initialized the same.
Can this be a bug ? Migrating to Visual Studio has been a very bumby ride
for me!
Any suggestions would be appreciated.
Thank You