G
Guest
Can I access the name of a Control ?
Ex:
for (int i = 0; i <= Form.Controls.Count - 1; i++)
if (Form.Controls.NAME == "Name") <== it's possible ?
do anything
Rogerio
Ex:
for (int i = 0; i <= Form.Controls.Count - 1; i++)
if (Form.Controls.NAME == "Name") <== it's possible ?
do anything
Rogerio