Why is there an ItemInsert event and an ItemCommand event? Why not case out all the CRUD events in the ItemCommand event? Does it have something to do with having AllowAutomaticInserts turned on?
Are these events where I should get the values from my EditFormTemplate controls and assign them to the Update/Delete/Insert parameters of my ObjectDataSource?
I'm a newbie, obviously. Sorry for all the questions at once.
Are these events where I should get the values from my EditFormTemplate controls and assign them to the Update/Delete/Insert parameters of my ObjectDataSource?
I'm a newbie, obviously. Sorry for all the questions at once.