R
Roth
Hi all.
My problem is that I have a server control which binds data to a datagrid on
a server control. This part works fine.
Now we want to make the datagrid have paging. But since this is a server
control, I can only do this in C#, I do not have access to an HTML definition
of the datagrid.
As you can guess, the datagrid does not properley page.
The problem is that the arrows/numbers on the bottom of this paging enabled
datagrid do not work. When you mouse over them, or even attempt to click
them, nothing happens.
Looking at the source reveals that the numbers/arrows say:
<a>1</a>
which of course contains no javascript for the postback...
Does Anyone know how to make a datagrid page by using only C# code?
My problem is that I have a server control which binds data to a datagrid on
a server control. This part works fine.
Now we want to make the datagrid have paging. But since this is a server
control, I can only do this in C#, I do not have access to an HTML definition
of the datagrid.
As you can guess, the datagrid does not properley page.
The problem is that the arrows/numbers on the bottom of this paging enabled
datagrid do not work. When you mouse over them, or even attempt to click
them, nothing happens.
Looking at the source reveals that the numbers/arrows say:
<a>1</a>
which of course contains no javascript for the postback...
Does Anyone know how to make a datagrid page by using only C# code?