In ASP.Net, the cursor is on the left side, and I would like to place it on the right side.
In the form of a window, there is a right to left in the properties.
But there is no ASP.Net.
How to do it?
Use css style:
{ direction:rtl;}
to change. Example:
<asp:TextBox ID="TextBox1" runat="server" CssClass="ltor"></asp:TextBox>
and css:
.ltor {direction:rtl;}
You can simply use the <dir> attribute for a specific element. 8.2 Specifying the direction of text and tables: dir attribute
<dir>