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.
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
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
>>> 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...
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 -