I've done everything in the Insert/Update/Delete at database level with queries example and yet when I try to read the edited values they are always NULL/blank.
I have:
EnableViewState: true
All of the AllowAutomatic* set to false
I'm setting my DataSource in OnNeedDataSource
The edited values are ALWAYS null. As others have said, this is supposed to be a RAD tool. I'm trying to convince my team that these tools are the better than custom controls because they are faster and easier to implement. There needs to be a COMPLETE tutorial for doing custom CRUD commands because that is likely what 99.999% of your users are doing.
Thanks,
Greg
I have:
EnableViewState: true
All of the AllowAutomatic* set to false
I'm setting my DataSource in OnNeedDataSource
The edited values are ALWAYS null. As others have said, this is supposed to be a RAD tool. I'm trying to convince my team that these tools are the better than custom controls because they are faster and easier to implement. There needs to be a COMPLETE tutorial for doing custom CRUD commands because that is likely what 99.999% of your users are doing.
Thanks,
Greg