Month: December 2011

D

Dialogs in SharePoint 2010 – Part 1

Most of us SharePoint developers when posed with a question of showing content in a popup, we tend to make use of window.open() and window.showModalDialog(). Many of us forget about the fact that SharePoint 2010 itself has modal dialog to perform this operation. In this part we will see how to setup a modal popup ...