5
Reply

Re: Combo Box

Biju Varghese

Biju Varghese

Mar 23 2011 12:22 AM
1.8k
> I'am using VB.NET
> I have following data:
> 1. AN
> 2. AB
> 3. CR
> 4. AK
> 5. DD
> 6. EE
> 7. SA
> I want to open a new form when i press F2 to search item. and want to
> find all the occurances of 'A' from the dataset
> 1. AN
> 2. AB
> 3. AK
> 4 SA
> and put it in combobox and when user select a item let us say AB. It will
> take user to the previous form and fill all the corresponding data of AB.
> Similarly when press save button all the changes takes place in dataset.
>
> Please help .
>
> Regards,
> Biju

Answers (5)