0

I need to have a TextBox with Right to Left input. In ASP.NET you can do this with the dir="rtl", but it doesn't give the required effect.

Example:

The TextBox below has the dir="rtl" tag.

enter image description here

When I now press 'a', you get this:

enter image description here

But apparently in Hebrew, you're supposed to get this:

enter image description here

Is there some built-in functionality for this in ASP.NET? I can't seem to find it, everywhere I search they say it's the dir="rtl" tag.

j0k
  • 22,600
  • 28
  • 79
  • 90
Rik De Peuter
  • 703
  • 2
  • 9
  • 24
  • 1
    Sounds like a duplicate of this question/answer: http://stackoverflow.com/questions/7524855/right-to-left-text-html-input – Sam Tyson Jul 02 '12 at 15:04
  • That is exactly an answer to my problem, thank you. :) – Rik De Peuter Jul 03 '12 at 06:44
  • Could you please share your solution? How did your keypress event method looked like? The answer in the link doesn't provide a full answer –  Sep 26 '16 at 08:45

1 Answers1

0

Answered by Sam Tyson in comment.

Rik De Peuter
  • 703
  • 2
  • 9
  • 24