can't see the result after i update a row in a table in a gridview

Posted by aleo on Stack Overflow See other posts from Stack Overflow or by aleo
Published on 2010-03-30T12:41:26Z Indexed on 2010/03/30 12:43 UTC
Read the original article Hit count: 280

Filed under:
|
|

Peace! i created a gridview and ive bended the data using a ObjectDataSource, for some reasons i created the CRUD methods to do the work instead of using the CRUD method generated by the LINQDataSource; everything is just working fine but the update method, when i update a row in my gridview everything become as if there isnt any update! but when i check the database i can see that the rows is been updated! i can't find a solution (yet) to this issue. i'am using the updatepanel to have the autopostback without refreshing the page. thank you

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about updatepanel