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