Forum: C# Nov 16th, 2008 |
| Replies: 2 Views: 10,446 thsi is vb code
Dim dTable As DataTable
dTable = dv.ToTable
for more details :
http://vb.net-informations.com/dataview/dataview-to-datatable.htm
thanks. |
Forum: C# Nov 13th, 2008 |
| Replies: 3 Views: 3,729 you can add new row using dataview
http://vb.net-informations.com/dataview/dataview-new-row.htm
bruce. |