Click here to Skip to main content
15,898,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have asp:textbox and only numeric data could by enter handling it by ajax:Filter properties .

I want to text aling on right because its numeric data

How should i make that textbox data align right??? there is no properties in textbox?? :sigh:

help??
Posted

I think this should do:
CSS
input.whatever 
{
  text-align: right;
}
 
Share this answer
 
You can do this with CSS:

CSS
text-align: right;


Nick
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900