[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Test

9/12/2007 3:06:00 PM

Hi,
I have created a web user control (ascx).
I have added some controls in there.

I would like to create another web user control with the same controls as
the previous ones plus some new ones.

Instead of creating a new one and drawing much of the same controls and
fuctionality as the previous one,could I inherit this control from the
previous one so it would have the same look and feel and functionality.

Thanks