When I was use TextBOx with TextMode "MultiLine" and MaxLength "10".I can enter more than 10 characters. SO I use Java Script for that and it solve my problem.
JavaScript like this :
< script language="javascript" >
function limitCharsLength(Object, MaxLen)
{
return (Object.value.length <= MaxLen-1);
}
< /script >
and TextBox like this :
< asp:TextBox ID="TextBox1" runat="server" Height="173px" TextMode="MultiLine"
Width="369px" onkeypress="javascript: return limitCharsLength(this,5);"
onblur="javascript: limitCharsLength(this, 5)"
onchange="javascript : return limitCharsLength(this, 5)" >< /asp:TextBox >
Google Search
Friday, August 31, 2007
MaxLength in TextBox control in ASP.Net
Tags : Tips -Tricks
Subscribe to:
Post Comments (Atom)
2 comments:
This is excellent - much more elegant solution than some others I have seen, cheers!
күріш суп
күріш суп
lкүріш суп
күріш суп
қадам
жаңа студенттер
Мектеп
жұмыс істеуге өту
жұмыс істеуге өту
жұмыс істеуге өту
Турагенттік
жұмыс істеуге өту
Мектеп
жұмыс істеуге өту
Турагенттік
Турагенттік
Турагенттік
жұмыс істеуге өту
Турагенттік
Мектеп
жұмыс істеуге өту
жұмыс істеуге өту
Турагенттік
жұмыс істеуге өту
жұмыс істеуге өту
Турагенттік
Турагенттік
Мектеп
Post a Comment