1
Answer

How to split the Data in IEnumerable query[Linq]

Hi,
 
I am working in web application in that i am filling the gridview data from sqlserver but in that there is one column name "Column1" having data like
 
"Name=abcd|Color=255,255,255,Align=Center"
 
can i split as below:
 
Gridview Column
column1 column2 column3
abcd 255,255,255 center
 
can is this possible?
Answers (1)