A
ad
There have many controls in a Web form.
I have save the names of these controls in a string array like:
string[] ControlsName= {"Edit1", "Label1", "Edit2".....}
I want to refer Label with ControlsName[1].
How can I do?
I have save the names of these controls in a string array like:
string[] ControlsName= {"Edit1", "Label1", "Edit2".....}
I want to refer Label with ControlsName[1].
How can I do?