I have developed a paging control that I would like to use in a variety of applications, both C# and VB.NET.
I'd like to package the entire thing, markup and all, into a DLL which I can add as a reference from my other applications' bin folders.
If this is not possible, or is a very bad idea, what is the recommended method for deploying a web user control amongst multiple applications?
(I like how easy it is to utilize Ajax Toolkit controls from a single DLL, although I'm not sure if those are custom controls or web user controls)
Thanks