Vinny,
You can use the UrlEncode method on the HttpUtility class, or the
HttpServerUtility class.
Hope this helps.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> what is the c# equivalent to
> java.net.URLEncoder.encode("youruserid");
>
> Thanks,
> Vinny Vinn
Vinny Vinn - 22 Dec 2005 18:14 GMT
Thank you, i am going with System.Web.HttpUtility.UrlEncode.
> Vinny,
>
[quoted text clipped - 8 lines]
> > Thanks,
> > Vinny Vinn