I have a page with :
2 textbox : ID is txt1 and txt21
RadGrid : ID rgTest
using Simple Paging for "rgTest" and set EnableSEOPaging=True
Each times i change page of "rgTest" i get URL like :http://localhost:9526/Default.aspx?rgTestChangePage=5
My question is :
How to change the name of QueryString : "rgTestChangePage" -> MyPage
How to add params in QueryString like that:Default.aspx?rgTestChangePage=5&¶m1=txt1&¶m2=txt2
2 textbox : ID is txt1 and txt21
RadGrid : ID rgTest
using Simple Paging for "rgTest" and set EnableSEOPaging=True
Each times i change page of "rgTest" i get URL like :http://localhost:9526/Default.aspx?rgTestChangePage=5
My question is :
How to change the name of QueryString : "rgTestChangePage" -> MyPage
How to add params in QueryString like that:Default.aspx?rgTestChangePage=5&¶m1=txt1&¶m2=txt2