Moinuddin Patel

Moinuddin Patel

  • NA
  • 21
  • 1.5k

How to split the Data in IEnumerable query[Linq]

Nov 13 2017 6:17 AM
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)