howto insert a value to a variable name?
I want insert a value of string to a new variable name. What expression must be used?
e.g :
string strID = "1";
ColumnHeader col_1 = new ColumnHeader();
but in my situation, i want to replace the chacracter '1' in the ColumnHeader var name col_1 by the value of string strID?