Thursday, August 14, 2014

Snippets to create custom SharePoint forms/pages

Many times I create custom SharePoint forms in my solutions. More appropriate way is to create SharePoint form using InputFormSection. InputFormSection takes care of the layout and positioning of your controls. You can add InputFormControl containing asp.net/SharePoint controls under InputFormSection.

Add the following references in .aspx pages:


Container for InputFormSection:


Followings are some snippets of few common controls I use in custom SharePoint forms/pages:

Texbox








Multiline Textbox








Dropdown





Checkbox







Radio button








Url Field











File Upload









People Picker







Button




No comments:

Post a Comment