tags:

views:

31

answers:

2

Hello ,

I have a php running code to send mms but when i converted whole code into asp.net i didnt get any substitute for rawurlencode in asp.net. i m searching this fromlast two days for nothing is working plz help me out from this problem. Thanks in advance.

A: 

Server.UrlEncode

matt-dot-net
thanks for comment but i need substitute for rawurlencode
Pankaj Mishra
refer to this question: http://stackoverflow.com/questions/996139/php-urlencode-vs-rawurlencode
matt-dot-net
+2  A: 

HttpUtility.UrlEncodeUnicode

rick schott