This question is locked. New answers and comments are not allowed.
Hi,
I've got a search page with a couple of parameters. The search results are displayed using a serverside binded Grid. The search are submitted to the server via HttpPost to a action. This works good.
I've got a problem when I try to use grid filters. When I set the filter the whole page is posted back to the server via HttpGet and it calls the HttpGet version of the action instead of the HttpPost version.
Are there a way to make the Filter button do a postback via HttpPost instead of a HttpGet so the right action method is called?
Regards,
Andy Yu
I've got a search page with a couple of parameters. The search results are displayed using a serverside binded Grid. The search are submitted to the server via HttpPost to a action. This works good.
I've got a problem when I try to use grid filters. When I set the filter the whole page is posted back to the server via HttpGet and it calls the HttpGet version of the action instead of the HttpPost version.
Are there a way to make the Filter button do a postback via HttpPost instead of a HttpGet so the right action method is called?
Regards,
Andy Yu