Hi all i have a array like
string[,] terms;
if i want to put this array data to the string variable in this format string Va=”23,85,69″
such that 2D array have two type of data “name” and “Address” then both will get in separate string variable
hopes for your reply..
EDIT: Non-LINQ version: