views:

35

answers:

1

I have a GridView with a SqlDataSource, select only.

Is it possible to loop through each record in the GridView and update it with LINQ? If so, I’m assuming some sort of foreach would be used?

I’m comfortable using LINQ, just not sure how to start this one.

A: 

its cool, got it

DarkWinter