, ,

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…