So far so good… In asp we have the HttpUtility.UrlEncode
Is there any equivelant in vb.net?
I tried importing the system.web without any luck… yet
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That is a .NET framework class, not a language feature – so it should work for any .NET language*. You just need to add a reference to System.Web.dll first.
*=or at least, clients with access to the full framework; so not Silverlight, Compact Framework, Micro Framework or Client Profile