Home All Groups Group Topic Archive Search About

DropDownList replaces the & with &

Author
24 Jun 2005 8:48 AM
KS
Hi,

May I know whether it is possible to disable the dropdownlist from replacing
the "&" (stored in the passed-in datasource) with the "&"?

Thanks & Regards,
KS

Author
30 Jun 2005 9:44 PM
vMike
"KS" <pan_t***@hotmail.com> wrote in message
news:eRPxLmJeFHA.2700@tk2msftngp13.phx.gbl...
> Hi,
>
> May I know whether it is possible to disable the dropdownlist from
> replacing the "&" (stored in the passed-in datasource) with the "&amp;"?
>
> Thanks & Regards,
> KS
>
You might look at Server.HtmlDecode
Mike
Author
1 Jul 2005 1:45 AM
KS
Thanks.

Show quoteHide quote
"vMike" <MicZhaYel.GeoZr***@noYandZ.geZwaYrrenZ.com> wrote in message
news:HHZwe.11163$Tt.1679@bignews3.bellsouth.net...
>
> "KS" <pan_t***@hotmail.com> wrote in message
> news:eRPxLmJeFHA.2700@tk2msftngp13.phx.gbl...
>> Hi,
>>
>> May I know whether it is possible to disable the dropdownlist from
>> replacing the "&" (stored in the passed-in datasource) with the "&amp;"?
>>
>> Thanks & Regards,
>> KS
>>
> You might look at Server.HtmlDecode
> Mike
>
>