Y
y
Hi,
I am trying to return an array from a method and assign
then returned array to the calling method.
I am not sure why this error is coming up.
string [] arr_Selected = new string[100];
arr_Selected = AddToArray (arr_Selected, strSelectedID);
Thanks,
y
I am trying to return an array from a method and assign
then returned array to the calling method.
I am not sure why this error is coming up.
string [] arr_Selected = new string[100];
arr_Selected = AddToArray (arr_Selected, strSelectedID);
Thanks,
y