V
Victor
Hi guys.
I want to implement a customized user webcontrol (.ascx). Inside this
control I have a dropdownlist and a button. when user click the button, it
will open a pop up window(not Ajax popup window). The popup window will
display a datagrid. The user can select one or more items from the datagrid.
Then when they close the pop-up window, the system will add user's selection
into the dropdownlist inside the parent page.
How can I achieve this effectively? Is there any example about this?
Thanks a lot
Cheers
Victor
I want to implement a customized user webcontrol (.ascx). Inside this
control I have a dropdownlist and a button. when user click the button, it
will open a pop up window(not Ajax popup window). The popup window will
display a datagrid. The user can select one or more items from the datagrid.
Then when they close the pop-up window, the system will add user's selection
into the dropdownlist inside the parent page.
How can I achieve this effectively? Is there any example about this?
Thanks a lot
Cheers
Victor