Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclassing a subclass
Message
De
24/09/2007 01:25:38
 
 
À
23/09/2007 21:59:33
Alan Harris-Reid
Baseline Data Services
Devon, Royaume Uni
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Divers
Thread ID:
01256172
Message ID:
01256178
Vues:
10
Hi, Alan,

You'll need to create a constructor and then put the code inside of it...try this...
namespace CustomControls
{
   public class cEditButton : BaseControls.cBaseButton
   {
       public cEditButton()
       {
           this.Text = "Edit";
       }
   }
}

Let me know if that does the trick...

KG
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform