Opening an aspx page using ModalPopupExtender
am 07.05.2007 11:02:31 von goldie11Hi,
I installed yesterday AjaxControlToolkit and I try to use ModalPopup
for the first time.
When the user clicks a button, a modalPopup should appear which
contains an aspx page.
Until now, I implemented it using window.showModalDialog. I would
like to change implementation to using the modalPopup.
However, I noticed that I should fill the "PopupControlID" which
contains the id of a panel.
It is possible to open an aspx page instead of a panel?
Thanks so much.
Ruthie.