Yeah, I thought of that, like OnRowUpdating. Was hoping there was a simple
'try this' out there without having to handle the event.
"Rajesh Patel" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> check dataadapter events.
>
> "Greg" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > DataAdapter.Update takes as a param a DataTable. Our DataTable has 4
> Added
> > DataRows. I only want to truly do an insert on the first Added DataRow,
> > then, come back, do some massaging, then do an insert on the 2nd Added
> > DataRow, etc. How can I control this?
> >
> >
> >
> >
>
>
|