> I have a page with an Ajax modal popup.
>
[quoted text clipped - 4 lines]
>
> (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...?

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
fran_j_diaz@yahoo.fr - 24 Apr 2008 11:54 GMT
Not exactly.
I would like that the user interact with the page.
> <fran_j_d...@yahoo.fr> wrote in message
>
[quoted text clipped - 19 lines]
> Mark Rae
> ASP.NET MVPhttp://www.markrae.net
Mark Rae [MVP] - 24 Apr 2008 11:58 GMT
>>> I have a page with an Ajax modal popup.
>>
[quoted text clipped - 16 lines]
>
> 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...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
fran_j_diaz@yahoo.fr - 24 Apr 2008 13:10 GMT
Thanks
> <fran_j_d...@yahoo.fr> wrote in message
>
[quoted text clipped - 31 lines]
>
> - Afficher le texte des messages précédents -