Read about it in the MSDN and it's sounds quite simple, but if I put this line in my program
it underlines "System.Web.HttpUtility" saying 'HttpUtility' is not a member of 'Web'
Visual Basic:
Request = System.Web.HttpUtility.UrlEncode(Request)
it underlines "System.Web.HttpUtility" saying 'HttpUtility' is not a member of 'Web'