
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