Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a control dynamically
Message
From
21/04/2006 12:05:42
 
 
To
21/04/2006 06:59:02
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01115236
Message ID:
01115446
Views:
7
>Yes there is. Controls.Add(...) or Controls.AddAt(...). ie:
>
> Label myLabel = new Label();
> myLabel.Text = "This is added at runtime:" + DateTime.Now.ToString();
> Controls.Add(myLabel);
>
Cetin

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform