S
sql
Hi friend,
I am using a master form in vb.net having two child forms.
first one contain combobox of Customers Name.
and have a button to create new .
The second form has the code to create in Customer (New Customer
Registration Form).
it's working fine,but i need all that when user click on
CreateNewCustomer Button the second pop up and user fill the form.
as soon as submit the(second form) it should be closed and the
Combobox of the first form should updated (Means add the new
customer )
The combobox of customer on first form is databound
all i need to fire a public event to fill the combobox from second
form
thanx in advance
I am using a master form in vb.net having two child forms.
first one contain combobox of Customers Name.
and have a button to create new .
The second form has the code to create in Customer (New Customer
Registration Form).
it's working fine,but i need all that when user click on
CreateNewCustomer Button the second pop up and user fill the form.
as soon as submit the(second form) it should be closed and the
Combobox of the first form should updated (Means add the new
customer )
The combobox of customer on first form is databound
all i need to fire a public event to fill the combobox from second
form
thanx in advance