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.
            Asked
            
        
        
            Active
            
        
            Viewed 2,136 times
        
    2 Answers
0
            
            
        URL-encodes a string and returns the encoded string.
 
    
    
        McGarnagle
        
- 101,349
- 31
- 229
- 260
 
    
    
        matt-dot-net
        
- 4,204
- 21
- 24
- 
                    refer to this question: http://stackoverflow.com/questions/996139/php-urlencode-vs-rawurlencode – matt-dot-net Jul 13 '10 at 17:24
 
    