GridView sorting/ paging without Javascript?

  • Thread starter Thread starter Christian Hofmann
  • Start date Start date
C

Christian Hofmann

Hello,

I am using .Net Framework 2.0 Beta and for testing firefox. I disabled
JavaScript in Firefox and now the gridview sorting and paging does not work.

Evenery link is calling, for example,
javascript:__doPostBack('GridView1$ctl01$ctl01','').
But this does not work when javascript is disabled.
What can I do that ASP.Net will not use javascript?
Maybe a normal link?

Thank you,

Christian
 
Back
Top