Re: [DOTNET] Question: DataGrid Paging

2002-04-27 Thread Matt Milner
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:

Re: [DOTNET] Question: DataGrid Paging

2002-04-27 Thread João Pedro Martins
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

Re: [DOTNET] Question: DataGrid Paging

2002-04-26 Thread Matt Milner
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