HI All
Is there any solution to fix the lenght of text box.
I hava a text box of Branch Code. i want to fix it Lenght 3 Charactor
What i Happen?

From TextBox properties set MaxLength to 3
Or textBox1.MaxLength = 3;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.