I've got a parent window that has a few texboxes and a dropdownlist.
The user inputs text in the textboxes and then clicks a button to add a new item to the already populated dropdownlist.
Clicking on the button pops up a child window. Here the user adds a new item to the database.
And this is where the problem is...
When I close the child window, I need to keep the values already inputted on the parent window and just rebind the dropdownlist.
I've tried to do a form.submit() of the parent window while in the child window to force a postback, however this seems to just refresh the page.
Any help on this would be greatly appreciated.
Thanks.
The user inputs text in the textboxes and then clicks a button to add a new item to the already populated dropdownlist.
Clicking on the button pops up a child window. Here the user adds a new item to the database.
And this is where the problem is...
When I close the child window, I need to keep the values already inputted on the parent window and just rebind the dropdownlist.
I've tried to do a form.submit() of the parent window while in the child window to force a postback, however this seems to just refresh the page.
Any help on this would be greatly appreciated.
Thanks.