Read about it in the MSDN and its sounds quite simple, but if I put this line in my program
[VB]
Request = System.Web.HttpUtility.UrlEncode(Request)
[/VB]
it underlines "System.Web.HttpUtility" saying HttpUtility is not a member of Web
[VB]
Request = System.Web.HttpUtility.UrlEncode(Request)
[/VB]
it underlines "System.Web.HttpUtility" saying HttpUtility is not a member of Web