views:

187

answers:

0

I am trying to bind a Linq to Sql object to a Repeater object and then update my DataSource.

My question is, can binding persist, or do you have to use the CommandArgument to retrieve the record and FindControl to get the updated values everytime? If the former is the case, will someone please provide an example?