How to Right aligned any Text?

 Posted by vishalneeraj-24503 on 3/25/2014 | Category: ASP.NET Interview questions | Views: 2814 | Points: 40
Answer:

Use text-align style property Right option for aligning Text to Right-Side.

For Example:-
<asp:TextBox ID="txt_amount" runat="server" style="text-align:right;" Text="0"></asp:TextBox> 


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response