|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
System.Web.UI.Design namespace not foundI'm trying to impelent a design time control for my webcontrol like
described here: http://msdn2.microsoft.com/system.web.ui.design.containercontroldesigner.aspx However the using statements: using System.Web.UI.Design; using System.Web.UI.Design.WebControls; Give the error: "The type or namespace name 'Design' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)" I've added a reference to System.Web to the class library. I'm using VS.Net 2005 Why can't I find the Design namespace? Allan Ebdrup schrieb:
> using System.Web.UI.Design; Don't know.> using System.Web.UI.Design.WebControls; > > Give the error: "The type or namespace name 'Design' does not exist in the > namespace 'System.Web.UI' (are you missing an assembly reference?)" > > I've added a reference to System.Web to the class library. > Why can't I find the Design namespace? System.Design seems a good place to find the namespace:) > System.Design seems a good place to find the namespace:) That did the trick, thanks
Disable Validator through Client-Site code
Custom Datagrid not displaying TreeView with custom HierarchicalDataSourceControl Reading / Modifying FormView Child Controls at Runtime Telling weither the control is in design time or on a web page How do I reference or change formview child controls in code? DataGrid event handlers are being lost during re-compile Custom Controls with UI Designer how to mention the date range in the calendar control Recommend a good outlook style menu control |
|||||||||||||||||||||||