Live Chat Icon For mobile
Live Chat Icon

How to align the Text property of the Textbox Control?

Platform: ASP.NET| Category: TextBox

VB.NET


TextBox1.Style('text-align')='right'

C#


TextBox1.Style['text-align']='right';

Share with