Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: Re: how to scroll records in DataTable


Message #1 by "Fredrik Normén" <fnormen@h...> on Tue, 18 Dec 2001 14:18:03
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

> 


  Return to Index