irfanahsan
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 4/2/2008
-
Status: offline
|
how to type in hindi in a textbox
Wednesday, April 02, 2008 3:11 PM
( permalink)
hi, I have some problem.. as i have an default.aspx page with a textbox in it. and i want to type the text in the textbox in hindi. please help me.. thnx u in advance..
|
|
|
|
TNO
-
Total Posts
:
2094
- Scores: 36
-
Reward points
:
0
- Joined: 12/18/2004
- Location: Earth
-
Status: offline
|
RE: how to type in hindi in a textbox
Thursday, April 03, 2008 12:56 PM
( permalink)
on google look up the Unicode table for hindi characters, then, depending on the language you chose...add text to the box using those codes. Or...you can create a string/array of all the characters and then have the program manually insert them as needed.
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
|
|