vb.net bindingSource and bindingNavigation programmatically
问题 Please have a look to the following code and tell me why it does not move to the next record? I load data programmatically and fill tables in dataset. I could do this by wizard but I want to do it with my own code; because using wizard sometimes does not help understanding the real code behind it. Private Sub frmSystemOptions_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Try dsOptions = New DataSet loadOptions() bsInstitute = New BindingSource(dsOptions,