Author: harish_ravi | Posted on: 4/1/2009 9:48:13 PM | Views : 918

i have a requirement to prepare a web page(page1). Please help me
Where the user will be able to select some items from combox box and list box, then click on "Submit" button.

Then we are required to show the user's selected items in a modal dialog box. Mentioning we are submitting the below selectd items. (this window will have 2 buttons Ok and Cancel)

If the user selects Cancel button, it should close the modal dialog box and then show the page1

If the user selects Ok button, it should close the modal dialog box and then enter the selected details in the database(i have the necessary code for database operations) and show a message box informing the details are saved to db and it should display the Page1.

i am using asp.net 2.0, I dont have AJAX.
I have code to show the content in the combox box fetched from the DB. please help me in displaying a modal dialog box and its closing.

 
...

Go to the complete details ...