How to align Text to the left side?

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

We have text-align in-built style property,which is used for aligning Text to any choice.

It has Left option,which is used for aligning Text as Left-Side.

For Example:-
<asp:TextBox ID="txt_employee" runat="server" style="text-align:left;" Text="Vishal"></asp:TextBox> 


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response