B
Balcity
please help me. when i bind data to a textbox like this:
txtStudentID.DataBindings.Add("Text",myDataSet,"Students.ID");
it doesn't bind, this TextBox is on the second tab page of tab control so
when containing form is opened it is not bound but when activate the second
page on which this textbox resides the data is bound. i am missing
something.
txtStudentID.DataBindings.Add("Text",myDataSet,"Students.ID");
it doesn't bind, this TextBox is on the second tab page of tab control so
when containing form is opened it is not bound but when activate the second
page on which this textbox resides the data is bound. i am missing
something.