Tab page problem

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

myTab control got 2 pages,
in page1, i need to type in customer code, and the customer information will
displayed in page 1 & page2.
Now, i can see my data in page1 correctly, however, page2 didn't display and
data. all the textbos is blank.
I use messagebox to test the page2 data, it return a correct value.
BUT EVERY THING IN PAGE 2 is blank , why ??
I add 'Me.Tab2.refresh()' it seems useless. I cut some textbox from page2
and then paste in page1.
It displays very well. What happend about Tab page2 ???

FromAgnes
 
More, I am using databind to bind all my textbox object first(both tab1 &
tab2).
If i remove the binding , tab2 can display the data very well.
Anybug in VS.NET ?
 
Back
Top