Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Labels & boxes added to a WebForm?
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Dynamic Labels & boxes added to a WebForm?
Divers
Thread ID:
00784172
Message ID:
00784172
Vues:
52
I have a form to catch changes made by a user. I read the Session[] for the # of changes I need to display. The changes will be there in the Session[] too.

if (lnChange >1 )
{
// How do I add a label here with it's # for reference?
this.AddedControl(mmLabel,6) ;
MmLabel4.Text = "Was -> "+Session["lcDV2"] as string ;
}

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform