Dear all,
I face a problem to align the text in textbox to right.
I want to align it dynamically within the code when click on a button.
All solutions I found till now were TextBox1.TextAl ignment = ...
But I do not find this "TextAlignm ent" property show in the TextBox1 !!!
I found it when creating a windows application.
I am using C# and it is a web application.
Thanks
E A
I face a problem to align the text in textbox to right.
I want to align it dynamically within the code when click on a button.
All solutions I found till now were TextBox1.TextAl ignment = ...
But I do not find this "TextAlignm ent" property show in the TextBox1 !!!
I found it when creating a windows application.
I am using C# and it is a web application.
Thanks
E A
Comment