Re: Attributes.Add querystring
- From: Nick Chan <zzzxtreme@xxxxxxxxx>
- Date: Thu, 29 Nov 2007 18:59:24 -0800 (PST)
use URLEncode
On Nov 30, 10:08 am, "Tom" <tom.gaug...@xxxxxxxxxxxxxxxxx> wrote:
Trying to build a querystring using Attributes.Add:
return_ok.Attributes.Add("value",
"http://mydomain.com/finish.aspx?finish=324234" + @"&email=rae...@xxxxxxxx"
+ @"&verify=32423dasdf3");
Renders this:
<input name="return_ok" type="hidden" id="return_ok"
value="http://mydomain.com/finish.aspx?finish=324234&amp;email=rae...@xxxxxxxx&amp;verify=32423dasdf3"/>
How to get just one & in the querystring?
.
- Follow-Ups:
- Re: Attributes.Add querystring
- From: Tom
- Re: Attributes.Add querystring
- References:
- Attributes.Add querystring
- From: Tom
- Attributes.Add querystring
- Prev by Date: Re: Replacing VS .NET's SQL Server Express Edition Integration
- Next by Date: Re: Visual Studio 2003 - Developing on Remote Machine
- Previous by thread: Attributes.Add querystring
- Next by thread: Re: Attributes.Add querystring
- Index(es):