G
Guest
you just need to encode the html characters for suitable URL passage. there
is a few framework classes that do this for you. you can use this one
statically:
x = System.Web.HttpUtility.UrlEncode("<h2>afsdfad</h2>")
is a few framework classes that do this for you. you can use this one
statically:
x = System.Web.HttpUtility.UrlEncode("<h2>afsdfad</h2>")