enforcer-99
Posts: 10
|
| Posted: 03/08/2008, 8:44 AM |
|
I have read the example on how to perform the Multi-Select Search very closely but I am running across a persistent issue. (CCS 3.2, SQL2005, C#/.NET).
Although in the example, when you select multiple options in the listbox, it submits the parameters like this in the URL:
MultiSelectSearch.aspx?s_keyword=a&s_project=1&s_project=2&s_project=3
But in my project, the parameters look like this in the URL:
MultiSelectSearch.aspx?s_keyword=a&s_project=1%2c2%2c3
In other words - the parameters are all submitted as comma-delimited (%2c) options rather than as separate parameter/value pairs with the same name. The only different about my example is that I am using a Report rather than a Form as the target for the search.
Any thoughts or ideas what might be happening?
Chip
|
 |
 |
|