When I type in Chinese got error as "Multibyte character not supported"

142 Views Asked by At

screenshot

I am working in .net framework ascx page. When I give input in textbox with Chinese characters I got an error as "multibyte character not supported" in web application.

How to give Chinese characters in textbox...

<asp:Textbox ID="txtname" runat="server">/<asp:Textbox> 

need to include specific code in above field to accept Chinese characters

0

There are 0 best solutions below