Hello, I'm not sure if this is the right place to ask, but I'm looking at the DesignSurface, and the way you can add runtime design support for a windows form.
Can the DesignSurface be used for other types of design support Maybe webforms or even design datasets at runtime
/Regards
klaus

.net 2.0 DesignerSurface
Jerry-liu
The short answer is no, you cannot. Unlike the Windows Forms designers, the ASP.NET and DataSet designers do not ship as part of the .NET Framework. THey are a private part of Visual Studio that isn't designed to be reused.
- mike
tomas77777
You may find some helpful information here:
http://www.divil.co.uk/net/articles/designers/hosting.asp
http://blogs.msdn.com/mharsh/archive/2005/03/14/395304.aspx
Jacquemin
Do you know, if there are any plans on making the asp.net designer public
I have noticed that the WebFormsRootDesigner is to be located in the framework, but with limited use.
regards