launching a modal dialog from serverside

  • Thread starter Thread starter Craig G
  • Start date Start date
C

Craig G

i have a form which on the save performs a check. if this check returns true
i want it to launch another form within a modaldialog to force the user into
an action within the modal form

but im unsure of how to call the form from the codebehind?

Cheers,
Craig
 
you'll have to pass it to the clientside events to get it to work modal
 
browser's popup blockers prevent this type of UI. redesign, or move the
check to client side code.

-- bruce (sqlwork.com)

|
| i have a form which on the save performs a check. if this check returns
true
| i want it to launch another form within a modaldialog to force the user
into
| an action within the modal form
|
| but im unsure of how to call the form from the codebehind?
|
| Cheers,
| Craig
|
|
 
too late for a redesign. how would i go about moving the check to the client
side? the check has to make a call to the database
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top