Hello,

simple? question:

I have a simple data-binded DataGrid with paging enabled
in a Asp.net Web Form application. The webdesigner asked
the Prev/Next links to take the form:


[ _PreviousPageLink_ ] [ _NextPageLink_ ]

where the "[" and "]" are NOT part of the link.

Furthermore, he doesn't want the Prev link to exist when
we are in the first page, and the Next link in the last
page.

So, on the first page, I should have:
[ _NextPageLink_ ]

and on the last:
[ _PreviousPageLink_ ]

I am having several problems with this:

- all the paging examples I've seen always show both the
prev/next link text, even if one of the links is simply
disabled.

- there is no case where the link is between [ ] or other
surrounding sequences.


Any help?

Thanks in advance,
joćo martins
--
Joćo Pedro Martins
[EMAIL PROTECTED]
|create|it|
http://www.create.pt
http://www.usabilidade.com

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to