I refer to a usercontrol type in a page programmatically with ASP.usercontrol_path_name in the codefile.
I want to refer to the same usercopntrol type in a class in the App_Code folder.
I tried "Imports ASP" but it doesnt exist. How to I import the namespace containing my ASP.usercontrol_path_name?
...
Go to the complete details ...