some times we need to append some columns to retunred dataset,
in that case we can use the following code to work out.
VB.Net code
Dim ds As New DataSet
ds.Tables(0).Columns.Add("UploadBy")
in that case we can use the following code to work out.
VB.Net code
Dim ds As New DataSet
ds.Tables(0).Columns.Add("UploadBy")
No comments:
Post a Comment