Re: showModalDialog and .net post back possible?

  •  09-05-2006, 3:05 PM

    Re: showModalDialog and .net post back possible?

    OK
     
    When the dialog is opened it displays and aspx page that has some <asp:LinkButton> tags on. These tags post the page back to the server in a normal browser window but in a dialog box they open another window with the url "BLOCKED SCRIPT__doPostBack('ctl00','\1')"
     
    How do i make the page post back to it's self?
     
    Cheers
     
    and by the way you can call me Jon ;-)
View Complete Thread