When I edit a row in a gridview and click update, the linq object in the gridview has a stored procedure that changes the data that was updated, but even if I try to re-databind the gridview or its linqdatasource, it doesnt show the new info. Here's a simplified version of the tables: CREATE TABLE...