ASP.NET troubles with updating DataGrid binded to custom DataTable

Posted by tadmarsky on Stack Overflow See other posts from Stack Overflow or by tadmarsky
Published on 2010-03-20T14:10:31Z Indexed on 2010/03/20 14:21 UTC
Read the original article Hit count: 138

I bind custom DataTable to DataGrid through ObjectDataSource, where i use SelectMethod and UpdateMethod. SelectMethod working great, but when I try to update row it's breaking by MissingMethodException. What should i do to fix this problem?

Sorry for my bad english ;)

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about datagrid