Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Encoding problem?
Message
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00780633
Message ID:
00780685
Views:
9
>Hi Chris,
>
>Use the HttpUtility.UrlDecode method to convert the Unicode:
>
>
>YourTextBox.Text =
>HttpUtility.UrlDecode(ds.Tables["MyTable"].Rows[0]["MyField"].ToString());
>
>
That was fast.
I had been going through System.Text.Encoding with little success.
UrlDecode didn’t do it but HtmlDecode did.

Thanks,
Chris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform