ASP.Net AJAX ModalPupup problem
-
I have used modalpopup control in my page but it doesnt act as a modalpopup(user can interact with the main page while popup is displayed). Plz tell me whats wrong ????
-
I have used modalpopup control in my page but it doesnt act as a modalpopup(user can interact with the main page while popup is displayed). Plz tell me whats wrong ????
Are you sure that you are using like that? eg:
window.showModalDialog()
it would be great if you can show us the code that you wrote for ModelPopup.
Thanks and Regards, Michael Sync Blog: http://michaelsync.net
-
Are you sure that you are using like that? eg:
window.showModalDialog()
it would be great if you can show us the code that you wrote for ModelPopup.
Thanks and Regards, Michael Sync Blog: http://michaelsync.net
I think he's talking about the ModalPopup control in the AjaxControlToolkit. You'd be better off asking over on the ASP.NET forums - lots of official Mikersoft people there to help! An explain more about what doesn't work - Does the modal box appear? Is the rest of the page not blanked out by a grey overlay?
-
I think he's talking about the ModalPopup control in the AjaxControlToolkit. You'd be better off asking over on the ASP.NET forums - lots of official Mikersoft people there to help! An explain more about what doesn't work - Does the modal box appear? Is the rest of the page not blanked out by a grey overlay?
ya i m talkin abt AJAX Modal Popup...well popup is displayed but still the main page isnt grayed means user can still interact with the main page on which popup is displayed.