# 20.03.2009 9:29:24 -07:00
I have added a multivalue control to my work item. It works fine on the client server side. On the web interface it created a Text Field instead of a multivalue list. Also how do I populate the field allowed values. Do i need to add the values in the code? Can someone help me out?
# 21.05.2009 12:01:04 -07:00

Hi praveenadini,

For the web interface (I assume you mean Team System Web Access), you need to deploy the custom control to the C:\Program Files\Microsoft Visual Studio 2008 Team System Web Access\Web\App_Data\CustomControls (that is if you installed it to the default path).

However, you need a different control (WebControl) than the one you used for team explorer for it to work in TSWA.  You can find it in the SDK that comes with TSWA under C:\Program Files\Microsoft Visual Studio 2008 Team System Web Access\Sdk\CustomControlSamples. 

Regards,