using System.Web.UI.Design;

  • Thread starter Thread starter C
  • Start date Start date
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.
 
Back
Top