The problem I am facing is given below, so can you please provide a soultion to this-
The problem is that I have a TextBox, which is bound to a field in the dataset and the TextBox is placed on TabPage 2.
When I run the application for the first time, TextBox control does not pull the data automatically from the dataset. Text Property of the TextBox control is an Empty string, when I access the Text property from TabPage1
But when I switch to TabPage2 for the first time, after that TextBox control starts pulling data from DataSet normally as it should be doing, even if I am on Tab Page 1
So, basically, Untill I switch to TabPage2, for the first time after starting the application,TextBox control on TabPage2 does not start reading the data automatically from the DataSet.
Can anyone explain why?
Kindly request to provide code snippets in Visual Basic.
Thanks