Live Chat Icon For mobile
Live Chat Icon

How to programmatically set the width of the textbox control

Platform: ASP.NET| Category: TextBox

VB.NET


TextBox1.Width = Unit.Pixel(100)

C#


TextBox1.Width = Unit.Pixel(100);

Share with