Can someone give me an example of editing one cell at a time in edit mode?
For example If i have a Table Color | Make | Model , and i edit it I get
Color ____________
Make____________
Model ____________
Update Cancel
this sends the parameters Color | Make | Model to the stored procedure
I want to do this
Color ___________ Update
Make ___________Update
Model __________Update
This will send the datakey, the field name Color and the value for color.
Is this possible? and did I make sense?