H
Hemant
Hi,
I am encoding a url with Server.UrlEncode. in vb.net 2005 web application
example :
Server.UrlEncode("Test URL:Test Name ")
It encode the url in Test URL%3aTest Name but this give me HTTP Error 400 -
Bad Request.
same happens for "%" character.
How to handle this
Please help me
Thanks,
Hemant
I am encoding a url with Server.UrlEncode. in vb.net 2005 web application
example :
Server.UrlEncode("Test URL:Test Name ")
It encode the url in Test URL%3aTest Name but this give me HTTP Error 400 -
Bad Request.
same happens for "%" character.
How to handle this
Please help me
Thanks,
Hemant