Thursday, March 29, 2012

Paging with datagrid

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,
AlaguCheck out this article,
http://www.microsoft.com/india/msdn...ol.aspx

Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Alagu" <kolandtech@.gmail.com> wrote in message
news:1105430279.943396.21800@.f14g2000cwb.googlegroups.com...
> 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
>

0 comments:

Post a Comment