I have an asp.net page that sends a querystring to a new web page (see full
url below). The querystring takes a filename as one of the parameters. The
problem I am having is when the filename contains a "&" then when I read the
querystring it doesn't read past the embedded "&". Any way around this?
Thanks.
David
http://server/Fileroom/frmSubfolder..../No%20File%20#)
The value in the sname querystring is "Quarles & Brady (Misc./No File #)"
url below). The querystring takes a filename as one of the parameters. The
problem I am having is when the filename contains a "&" then when I read the
querystring it doesn't read past the embedded "&". Any way around this?
Thanks.
David
http://server/Fileroom/frmSubfolder..../No%20File%20#)
The value in the sname querystring is "Quarles & Brady (Misc./No File #)"
Comment