I have a really confusing issue with combo boxes.
I have a combo box which is populated from a dataset and when you select an item it populates lots of textboxes with the relevant data from the database. Simple!
On my machine, with VS Studio 2002 installed, when you first load the form with the combo box on it, the first item in the list is selected and all the relevant textboxes are populated. So far so good!
The problem occurs on the deployment machines of which there are several some with .net Framework 1.1 and others with 2.0.
When the form with the combo box on it loads, the first item in the list is selected but none of the textboxes have been populated. The user has to click on the first item again in order to populate the textboxes. WHY IS IT DIFFRENT ON MY COMPUTER?
Has anyone else had this problem or know how to fix it?
Thanks,
Hugh
I have a combo box which is populated from a dataset and when you select an item it populates lots of textboxes with the relevant data from the database. Simple!
On my machine, with VS Studio 2002 installed, when you first load the form with the combo box on it, the first item in the list is selected and all the relevant textboxes are populated. So far so good!
The problem occurs on the deployment machines of which there are several some with .net Framework 1.1 and others with 2.0.
When the form with the combo box on it loads, the first item in the list is selected but none of the textboxes have been populated. The user has to click on the first item again in order to populate the textboxes. WHY IS IT DIFFRENT ON MY COMPUTER?
Has anyone else had this problem or know how to fix it?
Thanks,
Hugh