using Ajax Modal popup

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.
fran_j_diaz [ Do, 24 April 2008 11:54 ] [ ID #1949133 ]

Re: using Ajax Modal popup

<fran_j_diaz [at] yahoo.fr> wrote in message
news:cd1db5f8-cfc4-40b5-b7d2-bfa88b5d2cff [at] 27g2000hsf.googleg roups.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...?


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
mark [ Do, 24 April 2008 12:46 ] [ ID #1949134 ]

Re: using Ajax Modal popup

Not exactly.

I would like that the user interact with the page.


On 24 avr, 12:46, "Mark Rae [MVP]" <m... [at] markNOSPAMrae.net> wrote:
> <fran_j_d... [at] yahoo.fr> wrote in message
>
> news:cd1db5f8-cfc4-40b5-b7d2-bfa88b5d2cff [at] 27g2000hsf.googleg roups.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...?
>
> --
> Mark Rae
> ASP.NET MVPhttp://www.markrae.net
fran_j_diaz [ Do, 24 April 2008 12:54 ] [ ID #1949135 ]

Re: using Ajax Modal popup

<fran_j_diaz [at] yahoo.fr> wrote in message
news:f9a2249d-f28b-4fb1-bc8c-185e04978b7e [at] x41g2000hsb.google groups.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...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
mark [ Do, 24 April 2008 12:58 ] [ ID #1949136 ]

Re: using Ajax Modal popup

Thanks


On 24 avr, 12:58, "Mark Rae [MVP]" <m... [at] markNOSPAMrae.net> wrote:
> <fran_j_d... [at] yahoo.fr> wrote in message
>
> news:f9a2249d-f28b-4fb1-bc8c-185e04978b7e [at] x41g2000hsb.google groups.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 wh=
at
> >> "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...
>
> --
> Mark Rae
> ASP.NET MVPhttp://www.markrae.net- Masquer le texte des messages pr=E9c=E9=
dents -
>
> - Afficher le texte des messages pr=E9c=E9dents -
fran_j_diaz [ Do, 24 April 2008 14:10 ] [ ID #1949141 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » using Ajax Modal popup

Vorheriges Thema: UL list-style-image not working
Nächstes Thema: F5 (debug) shows directory content