C
Chris
Hello there,
I have a popup scenario that can't seem to solve.
I have an aspx form. A user fills in some information and presses a submit
button. The submit does a postback and makes some changes in the database.
At this point two things can happen.
1. The form can succeed and everyone is happy and I'm done.
2. The postback finds something in the database and needs to ask the user a
yes/no question.
With scenario two, I would like a popup to be displayed at this point. If
the person presses Yes, the page would continue commiting the data to the
database. If the person presses no on the popup the process will stop and
return the user to the form to be edited.
Can someone point me in the right direction?
Thank you,
Chris
I have a popup scenario that can't seem to solve.
I have an aspx form. A user fills in some information and presses a submit
button. The submit does a postback and makes some changes in the database.
At this point two things can happen.
1. The form can succeed and everyone is happy and I'm done.
2. The postback finds something in the database and needs to ask the user a
yes/no question.
With scenario two, I would like a popup to be displayed at this point. If
the person presses Yes, the page would continue commiting the data to the
database. If the person presses no on the popup the process will stop and
return the user to the form to be edited.
Can someone point me in the right direction?
Thank you,
Chris