Link to home
Start Free TrialLog in
Avatar of AnneSKS
AnneSKS

asked on

Modal forms in ASP.Net

Hi,
I would like to open a form in a new window, however I would like the window to be in modal form and maximized or full screen,
As I don't want the user to be able to access his computer while working on the form.
Is there a way to do it with Response.redirect. if not what would be the option?
Avatar of Ronak Patel
Ronak Patel
Flag of India image

Hi,

You can use any of the following controls:

ASP.NET AJAX Control Toolkit ModalPopupExtender

Telerik RadWindow Control

Hope this helps.

Regards,
Ronak
ASKER CERTIFIED SOLUTION
Avatar of AnneSKS
AnneSKS

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AnneSKS
AnneSKS

ASKER

I just want to close this question. The problem is more complex and should be address differently.