how can i dynamically get the Values of Textboxes? I have Textboxes Named from textbox1 to 29
for (int i = 1; i < 29; i++)
{
CreateCSV2("textbox" + i .Text);
}
I just cant figure it out.
how can i dynamically get the Values of Textboxes? I have Textboxes Named from textbox1 to 29
for (int i = 1; i < 29; i++)
{
CreateCSV2("textbox" + i .Text);
}
I just cant figure it out.