Posts tagged with controls

Mar 24 2011

CSS not rendering for SharePoint date picker control

This post describes a CSS issue found with the datetime control in SharePoint 2010 and how to fix it

sharepointcontrols
Feb 13 2010

Update: Programmatically listing delegate controls

This post describes an issue with my previous post about reading delegate controls through code - as well as how to resolve it

sharepointcontrols
Feb 10 2010

Programatically listing delegate controls

This post discusses how to retrieve a collection of delegate controls in SharePoint through code so that you can render them on the screen yourself

sharepointcontrols
Jun 1 2009

How to use the web application and site collection selector controls

This post describes controls that can be used to allow users to select specific web applications and/or site collections

sharepointcontrols
Feb 4 2009

Hiding elements on a publishing page when fields are blank

This post describes how a simple control can be created to hide content on a publishing page when a field is blank

sharepointcontrolspage-layouts
Dec 8 2008

Using the delegate control to deploy a web part through features

This post describes how you can use a web part (or any web control) in a delegate control and deploy it as part of a feature in SharePoint

sharepointcontrols
Oct 1 2008

Using the People Editor with SharePoint groups

This post describes the SharePointGroup property of the PeoplePicket control

sharepointcontrols
Sep 15 2008

Using code to populate and read values from the MOSS People Picker

This post describes how you can manipulate and work with values from the people picker controls in SharePoint

sharepointcontrols
Jul 22 2008

Extending the ASP.NET TreeView control

This post discuses ways that you can extend the ASP.NET TreeView control do add additional functionality, which in this example involves JavaScript

asp-netjavascriptcontrols
Apr 21 2008

Postback from TreeView check boxes

This post demonstrates how you can trigger a postback from checkboxes in an ASP.NET TreeView control

asp-netcontrols
Apr 17 2008

Trigger an UpdatePanel from outside the control

This post explains how to trigger an UpdatePanel control to do an asynchronous update from a control that is outside of the UpdatePanel

asp-netcontrols