The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Creating Custom Fields in Sharepoint
5 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

jc dlsPosted Nov 10, 2011, 6:29 AM
How will i replace this code if im using a FileUpload Control public override object Value { get { EnsureChildControls(); return ServicesDropDown.SelectedValue; } set { EnsureChildControls(); ServicesDropDown.SelectedValue=(string)ItemFieldValue ;
James XingPosted Aug 21, 2011, 10:49 AM
Hi Sir. Can you make a custom field type of dropdown in SharePoint 2010 version. I have been searching in the Internet without success. Thank you in advance. James
TonyeditedPosted Apr 20, 2010, 5:28 PMEdited Apr 20, 2010, 5:30 PM
My code is the same as above on WSS3.0 and I get the following error when creating a new column. Any ideas? "Field type ServerControl1 is not installed properly. Go to the list settings page to delete this field" My PublicKeyToken is as specified in the GAC and is not the same you have above, that is the only difference in code. Compiled using VS2008.