|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Navigating through a datasetHi,
Is there a way to navigate through the rows of a dataset without having to bind to a control? (at a guess, something like .Current +1) Thanks for any ideas Ant foreach (DataRow r in MyDataSet.Tables[0].Rows)
{ //do something with the DtaaRow: r } Show quote "Ant" <A**@discussions.microsoft.com> wrote in message news:C22690FC-DC0A-40D1-9E10-D4D55B17E012@microsoft.com... > Hi, > Is there a way to navigate through the rows of a dataset without having to > bind to a control? (at a guess, something like .Current +1) > > Thanks for any ideas > > Ant |
|||||||||||||||||||||||