asp.net mvc paging with MvcPaging dll

Posted by kusanagi on Stack Overflow See other posts from Stack Overflow or by kusanagi
Published on 2010-04-29T20:39:26Z Indexed on 2010/04/29 21:07 UTC
Read the original article Hit count: 909

Filed under:
|
|

i using MvcPaging. it work perfect, but when i call page like methodName/?param1=param1 MvcPaging not render this parameter in page numbers. for example i get urls like Consalting?pageId=0&CategoryID=&sort=&myType=&search=&StatusID= without param1=param1

how can i add this parameter?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about pagination