A
Andrew Banks
Can anyone see aproblem with this line of code
string rolelistarray = rolelist.ToArray(GetType(System.String));
I'm getting a problem with the GetType(System.String) section
string rolelistarray = rolelist.ToArray(GetType(System.String));
I'm getting a problem with the GetType(System.String) section