using System.Web.UI not possible in c# 2005 express edition beta 2

  • Thread starter Thread starter Stropher
  • Start date Start date
S

Stropher

I cannot import the following in visual studio c# 2005 express
edition...

using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;

I just want to make use of the classes Page and HTMLTextWriter

Thaks
 

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