Hi,
I need to display SharePoint WebPart in a PopUp.
Is there a way to do it?
Hi,
I need to display SharePoint WebPart in a PopUp.
Is there a way to do it?
Create a custom application page (in _layouts) without any menu or navigation, then add a webpart into it and open that page as your popup.
You can also create a regular web part page, but base it on an empty master page, the result will be the same, but more customizable. You can also maybe use a hidden DIV with a web part zone, if you need an overlay section and don't care if it's not an actual window