Advertisement

1 - 10 of 81 containing alltags:("maxlength") (0 seconds)
I am building a UserControl which contains a textbox.  I want to limit the number of characters entered into the textbox.  However, I am unable to enforce the Maxlength property of the textbox in t...
Zones: Visual BasicDate Answered: 10/23/2001 Grade: A Views: 4
I have a text field which I have set the maxlength to 12 characters. The problem is the user can put in as many characters as they want. Can any one explain why?
Zones: .NETDate Answered: 05/02/2003 Grade: B Views: 4
Hi, How to make something like: INPUT.inMaxLength {maxlength: 50}
Zones: CSSDate Answered: 10/13/2002 Grade: A Views: 0
I am trying to create a cutom dialog box similar to InputBox, with the exeption of being able to set a MaxLength for the text box. I added the dialog by clicking "add form" and choosing dialog. I c...
Zones: VB ControlsDate Answered: 01/11/2005 Grade: A Views: 0
I would like to format this text field so the user can enter paragraphs of information.  An 80 character wide by 40 character tall field.     As it is right now, the code below produces a skinny li...
Zones: JSPDate Answered: 12/04/2006 Grade: A Views: 0
Is there a way to set the maxlength of a field in a data grid contol?
Zones: VB DBDate Answered: 10/04/1998 Grade: A Views: 0
i need to write a function that will mimic the maxlength parameter in a textarea. any suggestions.
Zones: JavaScriptDate Answered: 05/13/2002 Grade: B Views: 4
Given a textbox on a form, with alignment left and maxlength 5, if I change the alignment in code (Text1.Alignment = vbRightJustify), the field accepts unlimited characters even though MaxLength is...
Zones: Visual BasicDate Answered: 01/29/2001 Grade: A Views: 0
I know that we can set the max. length of normal textbox. But how to do it for <textarea></textarea>?
Zones: HTMLDate Answered: 03/12/2001 Grade: B Views: 64
Hi, i have an Edit activex control, i want to stop the text property during design time from accepting any character when the text reachs its maxlenght. the only thing i success to do is to delete...
Zones: Windows MFCDate Answered: 06/28/2004 Grade: B Views: 0