Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
here is the code
C#
<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
    }
Posted
Updated 20-Nov-12 23:21pm
v2
Comments
MT_ 21-Nov-12 5:27am    
Why are you reposting
http://www.codeproject.com/Questions/496863/TryingplustoplusgetplusTextBoxplusexactplusTextplu
Sanjay_ji 21-Nov-12 5:41am    
Sir, urgent answer required,

please help if you have any suggestion

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 .
 
Share this answer
 
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
 
Share this answer
 
Comments
Sanjay_ji 22-Nov-12 23:46pm    
Thanks for you valuable
but
my user is type writer ,
he want to type as before he was typing
but public user can view that matter typed in hindi to all browser without any font supportability.

so i want to submit the converted unicode record in database sir,

plzz give some reply
sorry that can not be implemented,

i am using web services.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900