I have an ASP.net control that inherits from UserControl:
UserControl
File 1:
public partial class Controls_AllocationDuplicate : S
You try to make a custom control and not a user control in this case you can't use ascx file to hold your design but need to design them pragmatically.