Groups | Blog | Home
all groups > asp.net > january 2005 >

asp.net : Paging with datagrid


Alagu
1/10/2005 11:57:59 PM
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
Saravana
1/11/2005 2:15:12 PM
Check out this article,
http://www.microsoft.com/india/msdn/articles/PaginginDataGridWebServerControl.aspx

--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com


[quoted text, click to view]

AddThis Social Bookmark Button