G
Guest
I would like to create a class library that uses a ListItemControl, but when
I try to create the class withthe following using atetments, it doesn't
recognize the System.Web.UI components:
using System;
using System.Web;
using System.Web.UI;
Why is that? How can I get around that?
I try to create the class withthe following using atetments, it doesn't
recognize the System.Web.UI components:
using System;
using System.Web;
using System.Web.UI;
Why is that? How can I get around that?