在TextBox上选择了印地语字体但没有得到确切的值 [英] Hindi Font Selected on TextBox but not getting exact value

查看:89
本文介绍了在TextBox上选择了印地语字体但没有得到确切的值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这里是代码

here is the code

<asp:TextBox ID="subject" runat="server" Font-Names="Arjun" AutoPostBack="True" ontextchanged="subject_TextChanged">

protected void subject_TextChanged(object sender, EventArgs e)
    {
        s = subject.Text;

        // how do i get record that store exact value in string , that is in Textbox front end, when i type राम from keyboard, it show jke value on screen. please help +9xxxxxxxxxxxxxxxx1
    }

推荐答案

你想要的值是用户在文本上输入文本时应该将它显示为राम?

如果这是您的问题,请检查您是否在计算机上安装了arjun字体。
U want value that is when user types राम on then text should display it as राम?
If that is ur problem check that u have arjun font installed on computer .


使用UNICODE文本格式来处理字符串而不是默认ASCII 。

这应该适用于文本框和后端处理
Use UNICODE text format to handle strings rather than default ASCII.
This should be applied to both the text box and the back end handling


抱歉无法实现,



i我正在使用网络服务。
sorry that can not be implemented,

i am using web services.


这篇关于在TextBox上选择了印地语字体但没有得到确切的值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆