Home All Groups Group Topic Archive Search About

Right Justify Amounts in TextBox

Author
23 Jun 2005 5:56 PM
RichieRich
Anyone has any idea on how to right justify numbers in a web page asp:textbox
control.  I'm using VS 2003.

Author
23 Jun 2005 8:03 PM
Mythran
"RichieRich" <RichieR***@discussions.microsoft.com> wrote in message
news:F7F0470A-5FCA-4E6D-8565-ED446AF69EC8@microsoft.com...
> Anyone has any idea on how to right justify numbers in a web page
> asp:textbox
> control.  I'm using VS 2003.

TextBox1.Style("text-align") = "right"

HTH,
Mythran