Tuesday, December 11, 2007

How to declare you Dataset

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")

No comments: