ado_dotnet thread: Re: how to scroll records in DataTable
Hi,
here is an example:
foreach (DataRow myRow in myDataTable.Rows)
{
Console.WriteLine("Customer ID: " + myRow["CustomerID"]);
}
> i am facing problem for how can i scroll records in DataTable
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp
>
|





