need2progm
Programmer
I have a Solution containing
-c# class lib
-vb class lib
-5 vb asp web apps
In one of the asp projects I have a user control that I drop on most pages. I want to use this control on other pages in other projects with in same solution. I have added a reference to the project that contains the user control and added a line of code: imports <projectname> at the top of the aspx page.
The control can be added but get an error when running at the src...\projectname\usercontrol.
Any ideas on how to this?
-c# class lib
-vb class lib
-5 vb asp web apps
In one of the asp projects I have a user control that I drop on most pages. I want to use this control on other pages in other projects with in same solution. I have added a reference to the project that contains the user control and added a line of code: imports <projectname> at the top of the aspx page.
The control can be added but get an error when running at the src...\projectname\usercontrol.
Any ideas on how to this?