Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

using Ajax Modal popup

0 views
Skip to first unread message

fran_...@yahoo.fr

unread,
Apr 24, 2008, 5:54:08 AM4/24/08
to
Hi,

I have a page with an Ajax modal popup.

I would like to know when my Modal popup is opened, my page still able
to modify.

Is it possible ?

(I use Visual Studio 2005, c# )

Thanks for helping.

Mark Rae [MVP]

unread,
Apr 24, 2008, 6:46:53 AM4/24/08
to
<fran_...@yahoo.fr> wrote in message
news:cd1db5f8-cfc4-40b5...@27g2000hsf.googlegroups.com...

The whole point of a modal dialog is that it prevents the user from
interacting with the page which launched it while it's open - that's what
"modal" means in this context.

However, it's still possible for the code behind the modal dialog to modify
the page - is that what you mean...?


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

fran_...@yahoo.fr

unread,
Apr 24, 2008, 6:54:05 AM4/24/08
to
Not exactly.

I would like that the user interact with the page.


On 24 avr, 12:46, "Mark Rae [MVP]" <m...@markNOSPAMrae.net> wrote:
> <fran_j_d...@yahoo.fr> wrote in message

Mark Rae [MVP]

unread,
Apr 24, 2008, 6:58:43 AM4/24/08
to
<fran_...@yahoo.fr> wrote in message
news:f9a2249d-f28b-4fb1...@x41g2000hsb.googlegroups.com...

>>> I have a page with an Ajax modal popup.
>>
>>> I would like to know when my Modal popup is opened, my page still able
>> > to modify.
>>
>> > Is it possible ?
>>
>> > (I use Visual Studio 2005, c# )
>>
>> The whole point of a modal dialog is that it prevents the user from
>> interacting with the page which launched it while it's open - that's what
>> "modal" means in this context.
>>
>> However, it's still possible for the code behind the modal dialog to
>> modify
>> the page - is that what you mean...?
>

> Not exactly.
>
> I would like that the user interact with the page.

Then you can't use a modal dialog...

Best solution would probably be to use a floating div which the user could
drag around as required...

fran_...@yahoo.fr

unread,
Apr 24, 2008, 8:10:14 AM4/24/08
to
Thanks


On 24 avr, 12:58, "Mark Rae [MVP]" <m...@markNOSPAMrae.net> wrote:
> <fran_j_d...@yahoo.fr> wrote in message

> ASP.NET MVPhttp://www.markrae.net- Masquer le texte des messages précédents -
>
> - Afficher le texte des messages précédents -

0 new messages