Paging with datagrid

  • Thread starter Thread starter Alagu
  • Start date Start date
A

Alagu

Hi all,

I am looking for some pointers as to how to do paging with datagrid..
Well, there are so many samples out there.. What I am looking for is to
be able to have a dynamic query where the user can enter something in a
text box and search for that and we show the results using a paged
datagrid..

When the page is loaded, I want to execute a query like SELECT * FROM
AUTHORS WHERE AUTHOR_NAME = Request("AuthorName") or something like
that, rather than like all these examples that show quueries like
SELECT * FROM AUTHORS..

TIA,
Alagu
 

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

Similar Threads


Back
Top