R
Rick
I have a bindingsource filled by a strongly-typed table via a tableadapter.
I have connected the binding source to the AddingNew event where I want to
supply some values for the new row.
The problem is that this event is triggered when the TableAdapter fills the
binding source.
I'm not sure why this event is triggered by the fill, but is there some way
to either stop this or figure out if the event was called by an actual new
row, or by an adapter fill?
Rick
I have connected the binding source to the AddingNew event where I want to
supply some values for the new row.
The problem is that this event is triggered when the TableAdapter fills the
binding source.
I'm not sure why this event is triggered by the fill, but is there some way
to either stop this or figure out if the event was called by an actual new
row, or by an adapter fill?
Rick