I have a aspx page (details page) that needs to be loaded in a modal window on a click of a button. I have buttons in the aspx page that calls server side functionality. So, this is similar to an IFrame way (except that it's now in a modal window)
Is there a JQuery way of doing this? It appears that the JQuery开发者_运维问答 load
loads only fragments of HTML
You can put an IFRAME in a jQuery UI Dialog.
精彩评论