popup window in asp.net

  • Thread starter Thread starter zhuang
  • Start date Start date
Z

zhuang

I am writing a web app, one page has a Add button which will insert
data into database and then redirect to the next page.

Now I am asked to introduce a pop up window when user click the Add
button, the pop up window contains some key information from the parent
window, user could make change and click confirm button on the pop up
window, then the rest of the code in btnAdd_Click could be executed.

Two problems:

1. How to generate pop up window when click Add

2. How could we suspend the execution of btnAdd_Click until the pop up
window close?

Thank you

zhuang
 
Back
Top