Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Labels & boxes added to a WebForm?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Dynamic Labels & boxes added to a WebForm?
Miscellaneous
Thread ID:
00784172
Message ID:
00784172
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform