Using the DataEntryGrid to save to separate lists
The DataEntryGrid control is used to allow users define a field structure and store complex information inside a multi-line text column formatted in XML.
In many cases, there is a requirement to keep this information in a separate list instead…
The Managed Metadata controls
In order to provide values to Sharepoint Managed Metadata Columns (available in Sharepoint 2010) a set of three controls are provided:
The Managed Metadata Picker
Multi Managed Metadata Picker
Managed Metadata Textbox
All of…
The Hyperlink TextBox
The Hyperlink TextBox targets SharePoint columns that store hyperlinks or picture urls.
In contains 2 textboxes. One for the actual URL and one for its description (the same way it appears in the default SharePoint forms). If no description…
The PeoplePicker, MultiPeoplePicker, PeopleComboBox controls
The PeoplePicker and the MultiPeoplePicker controls are used to retrieve and select user or group entities from SharePoint or the Active Directory Listing. Depending on applied settings, these controls can retrieve data from SharePoint Groups…
The DocumentList control
The DocumentList control is used to load and manage documents of a Sharepoint Document Library.
The control can also update document attributes at the same time it uploads a document, thus providing an easy way to "relate" documents to…
The CheckBox control
The CheckBox control is used commonly to present the user with the ability to gather a set of true or false values that aren’t mutually exclusive. It can contain a check mark or be unchecked (empty).
Any of the available options can be…
The MultiChoiceCheckBox control
The MultiChoiceCheckBoxes control allows the user to select a single option from a group of choices. This control is a Lookup control meaning that it can either contain static values or load its values from another list.
Any of…
The MultiRadioButton control
The MultiRadioButton control allows the user to select a single option from a group of choices. This control is a Lookup control meaning that it can either contain static values or load its values from another list.
Any of the available…
The RichTextBox control
A Rich Textbox control is generally used for displaying, entering and manipulating text with formatting. The RichTextBox control does everything a textbox control does, but it can also display fonts, colors, links, margins, load text and images…
The ProgressBar control
The Progress Bar is a control that is not available in sharepoint by default. It can be used instead of a numeric textbox, in order to show a different view of the value. The value can also be shown as a percentage (%)
To connect the…