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;
textBox1.MaxLength = 3;