hi,
I want to bind the data from the Dataset to GridView
When I run my code I get the error
The type or namespace name 'DataRows' could not be found (are you missing a using directive or an assembly reference?)
I have called the following assemblies
using System;
using System.Data;
using System.Configur ation;
using System.Collecti ons;
using System.Web;
using System.Web.Secu rity;
using System.Web.UI;
using System.Web.UI.W ebControls;
using System.Web.UI.W ebControls.WebP arts;
using System.Web.UI.H tmlControls;
using System.Data.Sql Client;
using System.Web.Conf iguration;
please help.
thanks
I want to bind the data from the Dataset to GridView
When I run my code I get the error
The type or namespace name 'DataRows' could not be found (are you missing a using directive or an assembly reference?)
I have called the following assemblies
using System;
using System.Data;
using System.Configur ation;
using System.Collecti ons;
using System.Web;
using System.Web.Secu rity;
using System.Web.UI;
using System.Web.UI.W ebControls;
using System.Web.UI.W ebControls.WebP arts;
using System.Web.UI.H tmlControls;
using System.Data.Sql Client;
using System.Web.Conf iguration;
please help.
thanks
Comment