G
Guest
Simple question:
How to make datagrid paging work without javascript? I have a simple
datagrid, which gets populated by a dataview, it works perfectly, paging
works too, but, as I said, it does only with javascript. I know how to set
the index of the grid etc. My Idea would be using my own links (with
query-parameters attached on them, the parameter would transport the position
of the targeted page in the grid) I just need basicaly a method with what I
can change the links the grid does create on the on the back and forwards
buttons.
The grid uses links like those as back and forward links:
<a href="javascript:__doPostBack('ctl00$DataGrid1$ctl14$ctl01','')"
style="color:#000066;">2</a>
How can I overwrite them?
How to make datagrid paging work without javascript? I have a simple
datagrid, which gets populated by a dataview, it works perfectly, paging
works too, but, as I said, it does only with javascript. I know how to set
the index of the grid etc. My Idea would be using my own links (with
query-parameters attached on them, the parameter would transport the position
of the targeted page in the grid) I just need basicaly a method with what I
can change the links the grid does create on the on the back and forwards
buttons.
The grid uses links like those as back and forward links:
<a href="javascript:__doPostBack('ctl00$DataGrid1$ctl14$ctl01','')"
style="color:#000066;">2</a>
How can I overwrite them?