I am getting an error trying to do the following, but if I represent the ";" as a char value, it works. Is that the only way to do it?
string[] strTest= Session["Test"].ToString().Split(";");
I am getting an error trying to do the following, but if I represent the ";" as a char value, it works. Is that the only way to do it?
string[] strTest= Session["Test"].ToString().Split(";");