Tag Archives: ListForm
Creating custom new/edit/view forms for list items in SharePoint 2010
As in MOSS, SharePoint 2010 takes the concept of rendering templates to the next level and allows you easily create an instance of your own list view/new/edit form with your fields on it and any rendering logic you might have. … Continue reading →
Posted in sharepoint, sharepoint 2010
|
Tagged FormTemplates, ListForm, RenderingTemplate, sharepoint 2010, XmlDocument
|
Comments Off
Customizing SharePoint 2010 item forms with Visual Studio 2010
About a week ago I was talking about Dynamically changing list rendering templates using SharePoint designer which allows you to personalize your New/Edit and Display/View forma templates or have custom logic or controls on it. In the example last week, … Continue reading →