I have textboxes where i only want signed a max number of characters in. an then I'll hear how i could check it easily in c#
thx no where I stupid I had completely forgotten
saadan
2010-05-18 13:34:36
+1
A:
You can set the MaxLength Property
of the textbox as you want.
E.g: if you want MaxLength as 10. give MaxLength - 10
anishmarokey
2010-05-18 13:31:18