DataView to return x number of rows?

  • Thread starter Thread starter retroman80s
  • Start date Start date
Add an int column, fill it with row numbers and filter on this column.
 
Add an int column, fill it with row numbers and filter on this column.

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & developmentwww.rthand.com
Blog:http://cs.rthand.com/blogs/blog_with_righthand/


Is there a way to set adataviewtoreturnx number of rows?
If not, what is the best solution to accomplish this?


That's a good idea, thanks,

retroman80s
***************
Everything ASP.NET 2.0
http://funkylist.com/ViewList.aspx?id=64&name=Everything+ASP.NET+2.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top