FW: BindingNavigator Isn't Tracking
Brady Kelly <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Organization | Chase Software |
| Message-ID | <[email protected]> |
My stupid mistake. My data source table stores phone numbers, and many entries are for companies that have tens or hundreds of phone numbers, as ranges allocated for their PBX's, and the single table repeats other company data like name, address, etc. for each record. I failed to notice only the last digit of the phone number changing when I was navigating. From: Brady Kelly [mailto:[email protected]] Sent: 26 April 2007 19:47 PM To: 'Discussion forum for developers using Windows Forms to build apps and controls' Subject: BindingNavigator Isn't Tracking I've just created a simple data source from a single SQL table. I dragged some fields onto a new detail form, and VS automatically pops in a BindingNavigator. I would think that when I run the project, the binding navigator would enable me to move backwards and forwards between records on my detail form, but it doesn't. The record number changes, but the data in the bound controls doesn't change. What could cause this?