1
Answer

Windows Form Cotrol Access ...

shail gav

shail gav

16y
2.2k
1
How would i access dynamically created windows form control.


I have Labels and TextBox generated dynamically from the database.

I want to create an XML from both controls.


something like

<Sample>
<Labes1.Textl>  TextBox1.Text </Labels1.Text>
<Labes2.Textl>  TextBox2.Text </Labels2.Text>
<Sample>

I am stuck in building the Loop while i am accessing form controls.



Answers (1)