G Guest Dec 22, 2005 #1 what is the c# equivalent to java.net.URLEncoder.encode("youruserid"); Thanks, Vinny Vinn
N Nicholas Paldino [.NET/C# MVP] Dec 22, 2005 #2 Vinny, You can use the UrlEncode method on the HttpUtility class, or the HttpServerUtility class. Hope this helps.
Vinny, You can use the UrlEncode method on the HttpUtility class, or the HttpServerUtility class. Hope this helps.
G Guest Dec 22, 2005 #3 Thank you, i am going with System.Web.HttpUtility.UrlEncode. Nicholas Paldino said: Vinny, You can use the UrlEncode method on the HttpUtility class, or the HttpServerUtility class. Hope this helps. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Vinny Vinn said: what is the c# equivalent to java.net.URLEncoder.encode("youruserid"); Thanks, Vinny Vinn Click to expand... Click to expand...
Thank you, i am going with System.Web.HttpUtility.UrlEncode. Nicholas Paldino said: Vinny, You can use the UrlEncode method on the HttpUtility class, or the HttpServerUtility class. Hope this helps. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Vinny Vinn said: what is the c# equivalent to java.net.URLEncoder.encode("youruserid"); Thanks, Vinny Vinn Click to expand... Click to expand...