J
Jim Heavey
I am trying to create a "Utility" class which will house common routines
that I use across a number of web applications. I thought that I could go
into an existing application an create a new Project and select a "Class
Library" and then create my little utilites.
If I try to import Namespaces such as System.Web.UI.HTMLControls, I am
unable to do so. So exactly what steps should I take to create a class of
web utilities..
that I use across a number of web applications. I thought that I could go
into an existing application an create a new Project and select a "Class
Library" and then create my little utilites.
If I try to import Namespaces such as System.Web.UI.HTMLControls, I am
unable to do so. So exactly what steps should I take to create a class of
web utilities..