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.
 

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