Hi I need to fill a datatable(in data set) row by row by providing the the data by variables in VB.Net. The variables assigns its value by loop.. so the datatable row should be filled row by row until the loop ends. There are three columns in the table. so the table should fill with different kind of datatype variables. pls help.. I need the piece of code…
Share
Sample code to do it:
Inserting a New Record into an Untyped Dataset
Inserting a New Record into a Typed Dataset