Hi,
I have a page with an ASPxComboBox, i fill this ComboBox with data on runtime from database Clients table. If the client doesn't exist, i call an ASPxPopupControl in Modal state with a Create Client Form from ASPxButton. When the user press the save button in the modal window, i want: validate the new data, save it on database, fill the combobox in the parent page without reload the entire page, set the new Client on ComboBox as selected one, close the modal window and that the user continues filling the parent form without problem.
Do you have any example how can i implement this?
In this moment i show the modal form, i validate the data, i want that you show me the right way to save the data, fill the parent ComboBox, close the modal without reload the page. Well, close the modal window is easy.
Thanks for your help
Bill