> 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
> 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
FroglegPosted Jun 25, 2011, 2:05 AM
Biju VarghesePosted Jun 25, 2011, 12:33 AM
Can u post same code in VB.NET using C#.
I tried to use from parent form to child form, but unable to take the result of sum calculation from child form to parent variable.(i.e take variable from parent form to child form and back)
Regards,
Biju
Karthikeyan AnbarasanPosted Apr 8, 2011, 3:01 AM
Biju VarghesePosted Mar 25, 2011, 1:42 AM
FroglegPosted Mar 24, 2011, 4:16 AM