Monday, March 26, 2012

Why ObjectDataSource not working with Editing ?

I have a drop down list and a gridview

my gridview display respones to the dropdownlist,

i have it working but only the editing part won't works .

it give meObjectDataSource 'ObjectDataSource2' could not find a non-generic method

after i modify the data and clicked update

Please help me

You need to make sure you have specified the Update method in the ObjectDataSource and that the update method is included in the class attached to the ObjectDataSource. some code will help figure out your problem!

Regards

0 comments:

Post a Comment