Modal Dialog (javascript & ASP.NET)
I am using window.showModalDialog method from client code in an ASP.NET Web form to open a modal window. When I try to do some processing in the modal window, it opens up another window displaying the results. Can the results be displayed in the same Modal window itself? How can I avoid this extra window?
Thanks in advance,
n
|