goneWildCoder
Programmer
Hi all,
I have a dataset and I want to ensure that the user enters 2 characters for the first column. How do I do this?
I used MaxLength -->
dataSet11.Division.Div_CodeColumn.MaxLength = 2;
but this allows input of characters at most 2 characters in length ie it allows input that is less than 2 characters in length. How do i disallow this ?
I have a dataset and I want to ensure that the user enters 2 characters for the first column. How do I do this?
I used MaxLength -->
dataSet11.Division.Div_CodeColumn.MaxLength = 2;
but this allows input of characters at most 2 characters in length ie it allows input that is less than 2 characters in length. How do i disallow this ?