3
votes
4answers
57 views
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 seems a limits of FAT32, but also exist in NTFS? Can anyone provide some documents?
Many Thanks!
3
votes
8answers
2k views
How do I make Javascript beep?
I want to my web page to beep whenever a user exceeds the maximum character limit of my textarea.
3
votes
2answers
868 views
jQuery maxlength attribute problem with textareas
With jQuery version 1.2.3 I'm trying to add nodes after textarea elements with attribute 'maxlength' but it doesn't work:
$("textarea[@maxlength]").after("<b>Aint working</b>");
This …
2
votes
2answers
69 views
In C#, how to determine the XSD-defined MaxLength for an element.
Hi, I'm using XmlReader with an attached XSD for validation.
As my XML document is being read and validated, I want to determine in my C# code the 'maxLength' value specified in the XSD for a …
2
votes
3answers
407 views
sharepoint web service Maximum request length exceeded even if the file is inside the max file size
Hi,
I have configured the web.config to allow 50 MB <httpRuntime maxRequestLength="51200" />
but when I try to add an Atachment of 40MB to a sharepoint list it fails.
But it works if I increase …
1
vote
3answers
113 views
If HTML maxlength is 110, why can I input 114 characters?
<input type="text" id="title" name="title" size="50" maxlength="110" />
You see, the maxlength is 110, but I was shocked when I found that I input 114 characters when I used
echo …
1
vote
5answers
1k views
XAML : Binding textbox maxlength to Class constant
I am attempting to bind a WPF textbox's Maxlength property to a known constant deep within a class. I am using c#.
The class has a structure not too dissimilar to the following:
namespace Blah
{
…
0
votes
1answer
28 views
DataGridTextColumn.MaxLength?
How do I set the MaxLength property of the DataGridTextColumn?
0
votes
2answers
59 views
how can Reduce the textbox width ?
Whether I can reduce the textbox width without using classes?
<input type="text" maxlength="5" style="3px"/>
0
votes
1answer
96 views
On $.Post in Json used in ASP.NET MVC 1.0 i am getting exceed maxlength error
i am getting this error given below i guess its a max length exceed error when i call a action in a controller using $.post method can you tell me what setting should i put to increase the length
…
0
votes
2answers
427 views
Specifying maxlength for multiline textbox
I'm trying to use asp:
<asp:TextBox ID="txtInput" runat="server" TextMode="MultiLine"></asp:TextBox>
and i want a way to specify the maxlength property ,but apparently there is not such …
0
votes
2answers
224 views
How can I know if 10385274000 fits into: NUMBER(10) for Oracle
I been working the whole week to troubleshot a production error.
I have eventually got the the point where I can find the culprit record which is causing all the mess.
I've got the following error …
