G Guest Nov 12, 2004 #1 What is the best way in asp.net to check the max field length for a text or combo box field using a validator?
What is the best way in asp.net to check the max field length for a text or combo box field using a validator?
M Marina Nov 12, 2004 #2 You could just put a max length on the textbox, which would automatically prevent a user from typing in more then a certain number of characters.
You could just put a max length on the textbox, which would automatically prevent a user from typing in more then a certain number of characters.