Christian BeachChristian BeachCustom Control Property - display string property as servercontrol dropdownlist- December 16, 2004 Requires the following includes:using System;using System.Collections;using System.ComponentModel;using System.Web.UI; Then in the custom control or in a separate class add the following: public class ServerControlConverter : StringConverter region Make It A ComboBox public override bool GetStandardValuesSupported(ITypeDescriptorContext context) return true; public override bool GetStandardValuesExclusive(ITypeDescriptorContext context) ...http://www.christianbeach.com/?item=43 |