Is there something I need to know in order to use a drop down list value as a parameter in my search? That might not have made sense. So I create a form with a textbox and a drop down list of countries. Both values are passed to the controller as parameters and I am using pagination to split up the results into pages. Everything works great, the search works and the pagination links appear at the bottom of the view correctly. The problem is when I click on one of the pagination links the page that is loaded is blank (no results).
Do I need to pass the parameters from the textbox and drop downlist somehow?
Thanks in advance
Chris