Hello,
My params are not shown correctly in an HTML page.
Here is the URL:
http://tenbase2.com/DavidHeadlineWebApp.aspx?archiveName="cnn"&headline="Sources: Moving cash set feds on Spitzer's trail"&formalNewsName="CNN.com"&date=Tuesday, March 11, 2008"
Even with backslashes before the quotes, the only parameter shown is "archiveName=\".
Any suggestions?
Thanks,
William Johnston
Duy Lam - 11 Mar 2008 17:49 GMT
> Hello,
>
[quoted text clipped - 11 lines]
> William Johnston
>
Why your parameters have character " in query. A normal url with
parameter occur like:
http://www.microsoft.com/downloads/Browse.aspx?displaylang=en&categoryid=9
There is no " in url.

Signature
Thanks,
Duy Lam Phuong
William Johnston - 11 Mar 2008 17:50 GMT
>Thanks,
>William Johnston
Sorry. Jsut omitted the quotes, params are now shown.
William Johnston
sloan - 11 Mar 2008 18:21 GMT
I would read about the concept here
http://www.albionresearch.com/misc/urlencode.php
and check the DotNet code here
http://msdn2.microsoft.com/en-us/library/system.web.httputility.urlencode.aspx
> Hello,
>
[quoted text clipped - 13 lines]
> Thanks,
> William Johnston