Binding Fields In VB. Net - TechRepublic
General discussion
January 27, 2005 at 11:29 PM
dfontahfru

Binding Fields In VB. Net

by dfontahfru . Updated 21 years, 3 months ago

I want to work with Datasets in VB.Net without placing a dataset object on my form. In this case, I must programmatically bind the form objects (textbox, datagrid and combo box, checkbox,datetimepicker) to the dataset, and then be able to control the form data with navigating buttons. The dataform wizard does just this, but our programming method will be serely altered if binding to the field must be done by this method. NB (any dataset placed on form must be an empty dataset to be manipulated programmatically)

This discussion is locked

All Comments