Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB.NET Dataset help
Name: CJ Date: October 9, 2002 at 14:20:17 Pacific OS: Win 2k CPU/Ram: 1.3G
Comment:
Using and OledbdataAdapter to connect to an Access 200 database and filling a dataset from that i am able to populate something like a Datagrid. My question is if i make changes to a record on the datagrid say, how do i get those changes to update the access database wich will inturn update the dataset? Any help would be appreciated. Thanks in advance.
Summary: Hello everybody. I have a question in VB.NET. I have a combobox and i use the following code to get the printers available in the computer: ********************************************* Dim objPrint A...
Summary: Hi friends I have a lot of textBoxes on a form in VB.NET . I have a button of Clear which will empty the text boxes existing on the form. My coding is(which is not proper working) Dim ctl As Control ...