Setfocus
I am trying to implement the above Se Focus code in the class library that I have. The class I'm about to implement is a call to the HtmlHelper class, but I cannot reference the System.Web.UI class in the class library project.
How do you reference System.Web.UI in a class library project?
source
share