can't see the result after i update a row in a table in a gridview
- by aleo
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…