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
 
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
 
Back
Top