S
SAL
I'm trying to update rows in my gridview but it isn't working. I have
designed the table adapters via the designer and have a business logic layer
class bound to the ObjectDataSource. In configuring the datasource, the
Update method is set to the Update method on my business logic class which
calls the update method on the TableAdapter.
In the GridView, I enable editing and clicking edit seems to be working fine
but when I click the update button for the row, the code in the business
logic class doesn't get called. I've set a break point in there to verify
this. The RowUpdaing even also is not getting called.
What could I be missing with this scenario?
Any thoughts?
S
designed the table adapters via the designer and have a business logic layer
class bound to the ObjectDataSource. In configuring the datasource, the
Update method is set to the Update method on my business logic class which
calls the update method on the TableAdapter.
In the GridView, I enable editing and clicking edit seems to be working fine
but when I click the update button for the row, the code in the business
logic class doesn't get called. I've set a break point in there to verify
this. The RowUpdaing even also is not getting called.
What could I be missing with this scenario?
Any thoughts?
S