in it also
won't render. So, when this is not visible, your button won't get rendered.
HTH,
Matt
-Original Message-
From: João Pedro Martins
To: [EMAIL PROTECTED]
Sent: 4/27/02 7:32 AM
Subject: Re: [DOTNET] Question: DataGrid Paging
At 15:47 26-04-2002 -0500, you wrote:
At 15:47 26-04-2002 -0500, you wrote:
>Just add LinkButton commands where you want them and in the server side code
>for their click event, increment or decrement the page index. The catch is
>that you need to keep track of the current page index. I do this by setting
>the command argument of the
Just add LinkButton commands where you want them and in the server side code
for their click event, increment or decrement the page index. The catch is
that you need to keep track of the current page index. I do this by setting
the command argument of the link buttons to the next page index. The