B
Brian Henry
How would you dynamically create controls and give each one a unique name? I
know how to make one control and add it to the forms controls collection x
number of times, but what if i want to change the name for each one so its
like control1,control2,control3, etc etc... how would you do that? I was
thinking a string built with the incrementing id but how do you turn that
string into a control? directcast/ctype? thanks!
know how to make one control and add it to the forms controls collection x
number of times, but what if i want to change the name for each one so its
like control1,control2,control3, etc etc... how would you do that? I was
thinking a string built with the incrementing id but how do you turn that
string into a control? directcast/ctype? thanks!