Click to See Complete Forum and Search --> : ObjectDataSource Update Problems


RobDavid
06-08-2006, 10:22 AM
Hi, I'm Using a GridView with an ObjectDataSource...I'm trying to manipulate a DataSet Table in Session. Delete Method works fine, but The parameters passed to the update method are not reflecting the changed text inside the edit items.

It almost appears that before Update is called, The Select Method is called first (thus wiping out any changes made)...

I'm able to successfully insert, update, delete using a SqlDataSource...But this is not what I want to do...I don't want to make these changes to a database as they happen....Hence the Session DataSet.

Can Anybody Help? I'm going crazy here
Thankx