Wednesday, December 19, 2007

Creating a WebPart with Custom User Control

The following is a very good article on how to create various options in your WebPart.http://bloggingabout.net/blogs/mglaser/archive/2007/04/19/building-my-own-usercontrol-webpart-part-vi.aspx

Friday, December 14, 2007

Creating Custom Field Control

In this example we are creating a custom field type which concatenates two text fields (first and last name).Create a new usercontrol file (customfieldcontrol.ascx). In this usercontrol, add a SharePoint:RenderingTemplate control, and insert whatever you want for your control template.Secondly, create a new class file (customfieldcontrol.cs), which will take the

Creating Custom Field Controls

Steps involved in creating a SharePoint Custom Field Control 1. Create your field definition in FLDTYPES_xxx.XML file, and add FieldEditorUserControl property to your custom field definition. Define fields for all custom properties of your custom field definition in PropertySchema section. Set Hidden attribute of all Field elements in PropertySchema section to True. Otherwise, fields will be

Wednesday, December 12, 2007

SharePoint 2007: Approval Workflow - using SharePoint Groups are Approvers

Recently, I was setting up an Approval workflow. To make administration of the workflow easier, I created SharePoint Groups (e.g. Workflow Approvers), which I assigned as the Approvers of the workflow.




This makes it easier for the Site

Wednesday, December 5, 2007

SharePoint Solutions Blog: Deploying Web Parts with Solution Packages in WSS v3/MOSS 2007

How to deploy a SharePoint 2007 Web Part as a feature:SharePoint Solutions Blog: Deploying Web Parts with Solution Packages in WSS v3/MOSS 2007