I want to differentiate the visual aspect of a usercontrol, but using the same code-behind.
i.e. I want two usercontrol with in .ascx file:
CodeBehind=”Uploader.ascx.cs” Inherits=”Comptech2.moduli.uploader.Uploader”
In this way I can change the visual aspect without changing the code behind.
Thanks
Alberto
Create a base class for your usercontrol, and the final usercontrols (*.aspx files) will derive from base class.