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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top