This question is locked. New answers and comments are not allowed.
Hey
I need to change display of my CurrencyTextBox. I want have text on righ side.
When i use this code i have text when it is in focus on right but when it isn' t in focuns it is on left side.
How can i change it ?
I need to change display of my CurrencyTextBox. I want have text on righ side.
.InputHtmlAttributes(new { style = "width:100%; text-align:right;" }).HtmlAttributes(new { style = "width:100%; text-align:right;" })How can i change it ?
