Monday, April 27, 2009

Display Right-to-Left Text in aTextBox

To enter data from right to left in a TextBox,use "dir=rtl" property.
2nd method:
TextBox1.Style["text-align"] = "right";

No comments:

Post a Comment