Server.Urlencode
Formats a string using URL encoding. This is a static method. Syntax urlEncode( text ) text The input string to be formatted. Usage This method will format a string using URL encoding. The formatted string is returned from this method...