Hello everyone!

How can I implement a control type MessageBox.ShowDialog () (As Windows
Form) with ajax?

Best regards,

Gustavo Arriola

Re: MessageBox.ShowDialog () - As Windows Form by Mark

Mark
Thu Jul 24 17:14:00 CDT 2008

"Gustavo Arriola" <gustavoarriola@hotmail.com> wrote in message
news:%23XJmbdd7IHA.3736@TK2MSFTNGP06.phx.gbl...

> How can I implement a control type MessageBox.ShowDialog () (As Windows
> Form) with ajax?

You can't - this is ASP.NET, not WinForms...

If you want to pop a message box on the client browser, you need the
JavaScript alert() function:
http://www.google.co.uk/search?sourceid=navclient&hl=en-GB&ie=UTF-8&rlz=1T4GZEZ_en-GBGB252GB252&q=JavaScript+alert


--
Mark Rae
ASP.NET MVP
http://www.markrae.net


Re: MessageBox.ShowDialog () - As Windows Form by Mark

Mark
Fri Jul 25 08:50:31 CDT 2008

You need to find a third-party dialog control. There's a popup control in
the ajax control toolkit. Telerik also has radwindow and radtooltip, both
may suite your needs. Infragistics, DevExpress, ComponentArt, SyncFusion,
and ComponentOne all have dialog windows in their control toolkits as well
now.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"Gustavo Arriola" <gustavoarriola@hotmail.com> wrote in message
news:#XJmbdd7IHA.3736@TK2MSFTNGP06.phx.gbl...
>
> Hello everyone!
>
> How can I implement a control type MessageBox.ShowDialog () (As Windows
> Form) with ajax?
>
> Best regards,
>
> Gustavo Arriola
>