Binding Context Record Position

chad101

Member
Joined
Nov 21, 2007
Messages
10
Programming Experience
3-5
Lets say we have a form with some bound text boxes and one unbound combobox.

The combobox is populated with the table PK from a data reader.

If a user selects a PK in the combobox, how do you know what the exact record position is for this PK?

i.e. me.bindingcontext(something, something).position = “position of PK”

I’m curious to know if ADO offers any method for determining the record position based on the table primary key.
 
Back
Top