This question is locked. New answers and comments are not allowed.
I have one textbox, one button, and one grid. When I type something into textbox and click button, the grid show result information. I'm using ajax binding, and allow paging.
When i use firebug to find request url, it show like that:
But when click page 2 (at the bottom of grid), grid is shows nothing, and url is:
Why it can't passing parameter "value=abc" to another page???
Any one can hepl me!
Thank for reading!
When i use firebug to find request url, it show like that:
value=abc&page=1&size=10&orderBy=&groupBy=&filter=&aggregates=But when click page 2 (at the bottom of grid), grid is shows nothing, and url is:
page=2&size=10&orderBy=&groupBy=&filter=&aggregates=Why it can't passing parameter "value=abc" to another page???
Any one can hepl me!
Thank for reading!