Quantcast
Viewing all articles
Browse latest Browse all 2791

Passing multiple selection values in URL

I'm in Visual Studio 2008 and I create a table. One cell in the table is designed to take me to a url[code]="https://mydomain.com/spps_webapps/UpdateRemarks.php?nav_pn=" & Fields!NAV_PN.Value[/code]As you can see in the url I'm able to bring over the field value that was chosen in the url with no problems. The issue for me is that I'm trying to bring over the results of the multi select drop downs but only if they're not set to all (default). Is it possible to do this?

Viewing all articles
Browse latest Browse all 2791

Trending Articles