Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Encoding problem?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00780633
Message ID:
00780685
Vues:
8
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform