Free Download !
Scroll
FOLLOW US
4dots Software
CODE HELP BLOG
VIDEO
AUDIO
OFFICE
PDF
FILE MANAGEMENT
SYSTEM
WEB DESIGN
GRAPHICS
DESKTOP
PASSWORD
OTHER
ONLINE TOOLS
Code Help Blog
.NET
.NET User Controls
Jquery & Javascript
PHP
NSIS
Misc
Free Software
About
What's new
Translators Wanted - Win Paid Application
Report a Bug or ask for new Feature
About us
Support
Contact us
Misc
Affiliates sign up
How to register
How to ask for a refund
Download PRODUCT CATALOG
Code Help Blog
Donate!
PAD Files
Sitemap
Home
Code Help Blog
.NET Articles
How to URL Encode a String
To URL encode a string do the following :
string url_ecnoded_text = HttpUtility.UrlEncode(text_to_encode);
Please note that you have to also add "using System.Web;" on the top and also add a reference to the System.Web library.
Download Demo Project
Encode Decode Demo Project