I have the follow code in a Uer Control from an ASP.NET 2.0 web csproj: public class FilterControlsEditor: ArrayEditor { public FilterControlsEditor() : base ( typeof (String)) { } } private string [] filterControls; [Browsable( true )] [Editor( typeof (FilterControlsEditor), typeof (System.Drawing.Design...