Dynamic Binding after inserting or record
After I insert a record using Visual Basic.Net (Standard version), I notice that the binding relative record location is off by 1 record. I have resorted the dataset and used the following command after sorting to find the relative record location:
Dim intl As Integer = sortedView.Find(CStr(hld_jobnbr))
But my text box still seems to be incorrect. Can anyone help me?
Gary Kopas