B
Bruce A. Julseth
SqlDataAdapter has the Event, RowUpdated. How do I set up a handler in my
code for when it fires?
I assume it would look something like,
Private Sub da_RowUpdated(byVal sender as System.Object, ByVal e as
SqlRowUpdatedEventArgs )
in my code. I don't know how to set it up.
Thanks...
Bruce
code for when it fires?
I assume it would look something like,
Private Sub da_RowUpdated(byVal sender as System.Object, ByVal e as
SqlRowUpdatedEventArgs )
in my code. I don't know how to set it up.
Thanks...
Bruce