kcwallace Posted April 20, 2006 Posted April 20, 2006 I would like to use a binding navigator to allow the user to move through the database records. I cannot seem to figure out how to bind it to my dataset/dataadapter entirely through code. Quote Go Beavs!!!
kcwallace Posted April 20, 2006 Author Posted April 20, 2006 Nevermind, I figured it out: Dim bs As New BindingSource(DS, DS.Tables(0).TableName) BindingNavigator1.BindingSource() = bs Quote Go Beavs!!!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.