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??
|
Results 1 to 3 of 3
Thread: Accessing Controls [Resolved]Threaded View
|
Click Here to Expand Forum to Full Width |