How to declare you Dataset
Step 1
To declare you dataset in VB.NET all you need to do is use the DIM keyword
The following code will declare a Dataset called Product
Dim ds as new Dataset("Product")
Post a Comment
No comments:
Post a Comment