c# query string which contains + symbols its truncated while accessing

Posted by Murugavelmsc under C# on 7/25/2014 | Points: 10 | Views : 1235 | Status : [Member] | Replies : 0
Hi Experts

c# query string which contains + symbols its truncated while accessing

http://localhost:65164/import/index.aspx?mod=BreakdownData&batch=1880&type=11&loadby=processingmapping&mappingflag=y&enablelist=MMWG-A0F8C-NEUE T+£RKISCHE LIRA&updatemappedTo=INR

enablelist has the value "MMWG-A0F8C-NEUE T+£RKISCHE LIRA"

but accessing in C#
enablelist = "" + Request["enablelist"];

it retuns

"MMWG-A0F8C-NEUE T £RKISCHE LIRA"


Thanks,
Murugavel S

Regards,
Murugavel S
murugavel.sadagopan@gmail.com
http://murugavelmsc.blogspot.in/



Responses

(No response found.)

Login to post response