forum

Home / DeveloperSection / Forums / Can I assign values from my collection in a string array..?? (c#)

Can I assign values from my collection in a string array..?? (c#)

Jayden Bell221803-May-2013
Hi Everyone!

I am trying to get values from name value collection and trying to store it in a string array

for (int i=0; i<arr.Length; i++)
{
    arr[i] = DataRowColl.GetValue[i];
}
DataRow.Coll is my namevaluecollection. Its giving the error that reference without parentheses, Can I assign values from my collection in a string array..??

Thanks in advance! 


Updated on 03-May-2013

Can you answer this question?


Answer

1 Answers

Liked By