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

No comments:

Post a Comment