No, you either cut and paste, or look at user server controls. Server user controls are basically a way to create the same .ascx controls, but all this is done in code without a part of the user interface. If done correctly, you can still have a drag and drop UI for your controls.
http://msdn.microsoft.com/en-us/library/zt27tfhy(v=vs.100).aspx
source share