using Ajax Modal popup
am 24.04.2008 11:54:08 von fran_j_diaz
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.
Re: using Ajax Modal popup
am 24.04.2008 12:46:53 von mark
wrote in message
news:cd1db5f8-cfc4-40b5-b7d2-bfa88b5d2cff@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
Re: using Ajax Modal popup
am 24.04.2008 12:54:05 von fran_j_diaz
Not exactly.
I would like that the user interact with the page.
On 24 avr, 12:46, "Mark Rae [MVP]" wrote:
> wrote in message
>
> news:cd1db5f8-cfc4-40b5-b7d2-bfa88b5d2cff@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
Re: using Ajax Modal popup
am 24.04.2008 12:58:43 von mark
wrote in message
news:f9a2249d-f28b-4fb1-bc8c-185e04978b7e@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
Re: using Ajax Modal popup
am 24.04.2008 14:10:14 von fran_j_diaz
Thanks
On 24 avr, 12:58, "Mark Rae [MVP]" wrote:
> wrote in message
>
> news:f9a2249d-f28b-4fb1-bc8c-185e04978b7e@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 -