Top "Maxlength" questions

Maxlength specifies the maximum number of characters allowed in an element (like a string, a database field, an html input box, etc.

Is there any length-limits of file path in NTFS?

Why can not I create a deep path whose characters in path is more than 255 in NTFS File System? It …

path ntfs maxlength
Android: need to validate an edittext for non-blank input

If I want to enforce a maximum length of input in an EditText field, I can use the maxLength attribute. …

android android-edittext maxlength required-field nonblank
Set max length for EditText

I want to set a 1 character length in EditText but just in one part of condition. There is a way …

android maxlength
How to set maxlength for combobox in WPF?

How do i set maxlength to combobox, which is having a style applied to it. Thanks

wpf combobox maxlength
Are there browsers that don't support maxlength?

I have a contest entry page on my company's website. In order to enter the contest, you create a login, …

html webforms maxlength
android EditText maxLength not working

This is my xml <EditText android:id="@+id/et_comment" android:layout_width="match_parent" android:layout_height="wrap_…

java android filter android-edittext maxlength
maxlength not working in textarea for ckeditor angularjs directive

I have created an application in angularjs with ckeditor plugin, I have created a directive for ckeditor, The application is …

javascript angularjs angularjs-directive ckeditor maxlength
WPF TextBox MaxLength -- Is there any way to bind this to the Data Validation Max Length on the bound field?

ViewModel: public class MyViewModel { [Required, StringLength(50)] public String SomeProperty { ... } } XAML: <TextBox Text="{Binding SomeProperty}" MaxLength="50" /> Is there any …

c# wpf xaml data-annotations maxlength
how to get the maxlength of an input field using javascript

I just wanted to know if we could get the maxlength of an input field from javascript <input type="…

javascript html maxlength
C#: Any way to get around the 260 character limit of a fully qualified path?

Possible Duplicate: Why does the 260 character path length limit exist in Windows? I'm trying to figure out a way to …

c# limit filepath maxlength max-path