���Probably a stupid question, but are these special characters going to be in 
edited fields?� If not, then of course they wouldn't really need to be 
converted.

���That said, I believe what you want is

System.Web.HttpServerUtility.HtmlDecode(String)

or, in web page context,

Server.HtmlDecode(string)

Cheers,

Peter

 From: "scaevola637" [EMAIL PROTECTED]

I am here pulling my hair out. 
The database has a bunch of these html character entities that I 
need to convert to the actual utf-8 representation before binding to 
a custom datagrid. Is there any method available in htmltextwriter 
to do this? For instance, it would convert - into (-).

Thanks in advance



[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to