How to retrive 'n' records in one result pane out of many

  • Thread starter Thread starter mansi pasrija via .NET 247
  • Start date Start date
Hi mansi,

Either you use database specific commands, such as TOP x for sql server or
use an overloaded Fill method.
You might read the
Paging Through a Query Result
..net help topic.

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

mansi pasrija via .NET 247 said:
(Type your message here)
next 10 records in next an so on.
 
Back
Top