Monday, June 9, 2008

Dynamic Label or control in asp.net C# - ASP.NET Forums

Dynamic Label or control in asp.net C# - ASP.NET Forums: "Dynamic Label or control in asp.net C#"


for (int i = 0; i < 10; i++)
{
Label label = new Label();
label.Text = i.ToString();
PlaceHolder1.Controls.Add(label);
}


www.visli.com

No comments: