Is it possible to create class libraries that contain UserControls so I can reuse them? If so, how? Is the markup compiled with the .dll? Thanks for any help!
You will probably want to look into Server Controls instead. AFAIK you can't compile User Controls into a single DLL.