On Mon, Oct 25, 2010 at 2:57 PM, ChrisM <[email protected]> wrote: > No, I don't know the filename. BUT, I want the index. > > I want to determine the index in the array of the current file, and > then add one to that index number, essentially moving to the next one. > I have never used LINQ. I don't think a query would be right becuase I > don't know what I am searching for. > > I guess the questions remains: How do I determine the current index or > current location of my array? > > I DO have the filename of the current file. Should I query that to get > the current index of my array? Is that the easiest way to do it? ---------------------
How about schema for the data we are searching please. Also need to know how to FIND the row you are first looking for so we can add a 1 to it? Last point is how much data is in this control, 20 rows or 20,000? Or is the data still in the db and we are attempting to get the PK for that row first? -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell
