D
David
hello...
I've dinamicaly added textboxex to the panel...
now i want to go thru them (enumerate) how can i do this?
this is not working for me:
foreach (TextBox tb in panel1.Controls)
thanx...
I've dinamicaly added textboxex to the panel...
now i want to go thru them (enumerate) how can i do this?
this is not working for me:
foreach (TextBox tb in panel1.Controls)
thanx...