In ASP.Net, the cursor is on the left side and I would like to put it on the right side.
In Window form, there is right to left in the properties.
But there is none in ASP.Net
How to achieve so?
Use css style:
{ direction:rtl;}
edit. example:
<asp:TextBox ID="TextBox1" runat="server" CssClass="ltor"></asp:TextBox>
and css:
.ltor {direction:rtl;}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With