URLEncode

PROKA

Junior Contributor
Joined
Sep 3, 2003
Messages
249
Location
Bucharest
Read about it in the MSDN and it's sounds quite simple, but if I put this line in my program
Visual Basic:
Request = System.Web.HttpUtility.UrlEncode(Request)

it underlines "System.Web.HttpUtility" saying 'HttpUtility' is not a member of 'Web'
 
but it's located in the System.Web assembly
Requirements
Namespace: System.Web

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: System.Web (in System.Web.dll)
 
Back
Top