This is part of a series of postings asking for improvements to Visual Studio and ASP.NET. As a commercial web control developer, I have to include extensions to Visual Studio's design mode, such as UITypeEditors and TypeConverters. Both of these classes...
While working on Versatile DataSources , I wanted to provide a new design mode feature on properties where you specify the name of a class type. For example, EntityDAODataSource has EntityTypeName and DataContextTypeName. Adding a dropdownlist to a property...