09-23-04 02:47 AM
Hi Randall,
You can URLEncode your querystring so that the characters like < and & get
replaced by < and & respectively
---
Bharat Biyani(bsb@orcim.com)
http://www.orcim.com
"Randall" wrote:
> Hi all,
> I want to allow few valid characters to go with the querystring in cms.
> like & and <.
> What should be the code for that?
> I tried this bus couldn't get it working.
> <appSettings>
> <add key="WebAuthor.CustomValidCharacters" value="&"/>
> </appSettings>
> Any suggestions?
> I appreciate your help.
>
> Regards,
> Randall
>
[ Post a follow-up to this message ]
|