Answer: System.Data is the namespace used for working with DataSet and DataTable classes in Dot Net.
We have to import System.Data at the top of every Page or Form.
using System.Data; //in C#
imports System.Data //in VB.Net
Asked In: Many Interviews |
Alert Moderator