Designer support for Complex Objects on an ASP.NET Control
Posted by: Rick Strahls WebLog,
on 04 May 2006 |
View original | Bookmarked: 0 time(s)
I'm in the middle of creating an ASP.NET control that has a sub-object that is a complex object. I've been redesigning some existing controls that I've been using for some time to use Extender style controls and adding the extenders to custom controls. In order to add an extender object you have to be able to have a complex object property on a control class.
For things like this designer integration is crucial and I'm always amazed how easy it is to do this sort of thing with ASP.NET. What...