Hi all,
I am trying to add a user control to my custom WebPart for SharePoint 2013 in Visual Studio 2012 which is supposed to interact with SharePoint taxonomies; similar to what SharePoint already has OOTB. Has any of you had experience with “TaxonomyFieldControl”? Or any suggestions on how to interact with SharePoint taxonomy fields programmatically in a custom WebPart?
Any help is greatly appreciated.
Regards,
Parr
Hi, the taxonomy field control contains a taxonomy Web tagging control. It is reponsiblefor initializing a new instance of the Web tagging control with all of the properties for the TaxonomyField object. It also initializes the taxonomy Web tagging control with its initial value, and then updates the TaxonomyField object with the selected value after edit (Link). And example how to use TaxonomyWebTaggingControl (example).