Tab page problem

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
 
A

Agnes

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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top