jordan23
Jul 21st, 2004, 02:14 PM
Label lbltest = new Label();
this.Panel1.Controls.Add(lbltest);
How would I access this lbl in another method?
I thought it would be something like this.Panel1.Controls but it did not show up. Any ideas??
this.Panel1.Controls.Add(lbltest);
How would I access this lbl in another method?
I thought it would be something like this.Panel1.Controls but it did not show up. Any ideas??