Posts tagged with controls
1
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
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
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
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
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
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
Using the People Editor with SharePoint groups
This post describes the SharePointGroup property of the PeoplePicket control
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
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
Postback from TreeView check boxes
This post demonstrates how you can trigger a postback from checkboxes in an ASP.NET TreeView control
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