Click to See Complete Forum and Search --> : [RESOLVED] Modal dialog in ASP.NET page - Javscript alternative?


Charu0306
March 9th, 2007, 05:14 AM
I have used Javascript to show Modal dialog boxes for validations/warnings etc in a page. Is there any other alternative for this via ASp.NEt controls?

I mean to show Modal dialog box and not allow user to edit further?

Charu. :)

Shuja Ali
March 9th, 2007, 05:20 AM
To answer your question. No there is no alternative.

Charu0306
March 9th, 2007, 05:53 AM
Ah! ok.So, why are there options in MesageBoxStyle that include system-level modal flags. What are their uses? Or Does it work only in stand-alone apps.?

Shuja Ali
March 9th, 2007, 05:59 AM
In Case of ASP.NET, the way to show a modal message box is Javascript.

The messageboxstyle is applicable in Windows application.

Charu0306
March 9th, 2007, 06:21 AM
Okies! Thanks!