Home All Groups Group Topic Archive Search About
Author
16 Mar 2006 11:36 PM
David Thielen
Hi;

I have one case where I generate the entire content of the page except I
need a paging control to go to first/last/next/prev page. And on each click,
I then provide that page with the control.

So this is not a data source of any type. Is there a way to get the GridView
paging control if no data is involved?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Author
17 Mar 2006 12:06 PM
Yuan Ren[MSFT]
Hi Dave,

Thanks for posting!

"Is there a way to get the GridView paging control if no data is involved?"
My suggestion is using the navigation control but no the Gridview control.
If you want to place the content for the paging control, the navigation
control is appropriated.

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
Author
17 Mar 2006 5:11 PM
David Thielen
Hello;

I can't find a navigation control anywhere (checked google, my ASP 2.0
books, etc). Can you point me to it please?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com



""Yuan Ren[MSFT]"" wrote:

Show quoteHide quote
> Hi Dave,
>
> Thanks for posting!
>
> "Is there a way to get the GridView paging control if no data is involved?"
> My suggestion is using the navigation control but no the Gridview control.
> If you want to place the content for the paging control, the navigation
> control is appropriated.
>
> Regards,
>
> Yuan Ren [MSFT]
> Microsoft Online Support
>
>
Author
21 Mar 2006 7:20 AM
Yuan Ren[MSFT]
Hi Dave,

Thank for your reply!

I'm sorry that I mean the navigator control is something like the SiteMap,
TreeView or Menu control. If you think these controls are not appropriated,
I think you can write your own control for the current issue. In addition,
there are many controls from third party. However, I don't think the
GirdView control is appropriated because the GridView control is based on
cell. Your current issue is based on page content. Thanks for your
understanding!

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
Author
21 Mar 2006 1:54 PM
David Thielen
ok - thanks

If anyone knows of a good control out there with just the paging buttions:
first/prev/next/last/goto - please post.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com



""Yuan Ren[MSFT]"" wrote:

Show quoteHide quote
> Hi Dave,
>
> Thank for your reply!
>
> I'm sorry that I mean the navigator control is something like the SiteMap,
> TreeView or Menu control. If you think these controls are not appropriated,
> I think you can write your own control for the current issue. In addition,
> there are many controls from third party. However, I don't think the
> GirdView control is appropriated because the GridView control is based on
> cell. Your current issue is based on page content. Thanks for your
> understanding!
>
> Regards,
>
> Yuan Ren [MSFT]
> Microsoft Online Support
>
>