G
Guest
I am looking for sample code to write databse-oriented applications using VB.NET and ADO.NET. All samples that I have found use the DataGrid control. I am particularly interested in using the TextBox and other standard controls using WinForms.
The application involves typical operations: add row, modify, and/or delete. Creating dataset, datatable, dataview, etc is OK, but how to bind the TextBox and other controls to the underlying dataview? How does one issue the update command after making changes in the textbox control?
The application involves typical operations: add row, modify, and/or delete. Creating dataset, datatable, dataview, etc is OK, but how to bind the TextBox and other controls to the underlying dataview? How does one issue the update command after making changes in the textbox control?