|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataView to return x number of rows?Is there a way to set a dataview to return x number of rows?
If not, what is the best solution to accomplish this? retroman80s http://funkylist.com/ViewList.aspx?id=64&name=Everything+ASP.NET+2.0 Add an int column, fill it with row numbers and filter on this column.
-- Show quoteMiha Markic [MVP C#, INETA Country Leader for Slovenia] RightHand .NET consulting & development www.rthand.com Blog: http://cs.rthand.com/blogs/blog_with_righthand/ "retroman80s" <retroman***@gmail.com> wrote in message news:1171573791.127100.218730@p10g2000cwp.googlegroups.com... > Is there a way to set a dataview to return x number of rows? > > If not, what is the best solution to accomplish this? > > > retroman80s > http://funkylist.com/ViewList.aspx?id=64&name=Everything+ASP.NET+2.0 >
Show quote
On Feb 16, 4:40 am, "Miha Markic [MVP C#]" <miha at rthand com> wrote: That's a good idea, thanks,> 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/ > > "retroman80s" <retroman***@gmail.com> wrote in message > > news:1171573791.127100.218730@p10g2000cwp.googlegroups.com... > > > Is there a way to set adataviewtoreturnx number of rows? > > > If not, what is the best solution to accomplish this? > > > retroman80s > >http://funkylist.com/ViewList.aspx?id=64&name=Everything+ASP.NET+2.0 retroman80s *************** Everything ASP.NET 2.0 http://funkylist.com/ViewList.aspx?id=64&name=Everything+ASP.NET+2.0 |
|||||||||||||||||||||||