I am using asp.net
I am unable to register my control from another project in my current project. I have a commoncontrols project and a controlpanel project now how can i get the usercontrols from the commoncontrols project?
The controlname is ucReg.ascx.
Thanks
Here’s a great guide how to use a user controls / page library:
(By the way, you’re using ASP.NET, not ASP)
Hope that helps.