Posts tagged SharePoint

KwizCom WiKi Plus for SharePoint 2010

2
I was recently tasked with looking into the WiKi capabilities of SharePoint 2010 in support of department/practice group level WiKi's which need to be searchable via our Enterprise Search Engine.

Using SP.UI.ModalDialog in SharePoint 2010

0
I find this class very useful when creating visual webparts in SharePoint 2010 that require some sort of administrative feature or user feedback. In fact, if you look at the SharePoint 2010 architecture, you'll notice that Microsoft have tried to avoid moving you to different pages in favor of the modal view.

Using a ModalPopupExtender in a SharePoint Webpart Class

4
Most of the examples on how to use the Ajax Control Toolkit ModalPopupExtender are done in ASP.Net, however in this example I'll explain how to use this control in a SharePoint Webpart with all of the code living in the class.

Nesting a Repeater in an Ajax Toolkit Accordion

3
Adding an ASP.Net Repeater to a web page is a fairly easy task, however I recently ran into a brick wall when I nested this control within an AjaxToolkit Accordion. Although the Repeater control can be referenced as an object in the class, it cannot be manipulated.

Using the AJAX Control Toolkit with SharePoint 2010

14
With SharePoint 2010, the AJAX stuff is already there, but the script managers do not work with the AJAX Control Toolkit. Here is how I finally managed to get this working.
Go to Top