C
C
Hi,
I have a C# Web Application.
I am Referencing System.Web
In teh code behind of one of my pages I have below imports-
using System.Web.UI;
using System.Web.UI.Design;
When I try to compile my app it complains about
System.Web.UI.Design saying that Design does not exist in
teh name space System.Web.UI
Anyone know why this is?
I have checked the web and this import is valid.
Thanks,
C.
I have a C# Web Application.
I am Referencing System.Web
In teh code behind of one of my pages I have below imports-
using System.Web.UI;
using System.Web.UI.Design;
When I try to compile my app it complains about
System.Web.UI.Design saying that Design does not exist in
teh name space System.Web.UI
Anyone know why this is?
I have checked the web and this import is valid.
Thanks,
C.