Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for December 2004

Christian Beach

Christian Beach

Custom 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
Available Archives
- January (2 items)
- February (5 items)
- May (1 item)
- June (2 items)
- October (1 item)
- December (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact