forum

Home / DeveloperSection / Forums / Visually indicate to the user when the textbox limit has been exceeded

Visually indicate to the user when the textbox limit has been exceeded

Mark Devid 1674 02-Dec-2014

I am new asp.net now I need to visually indicate to the user when the textbox limit exceeded. Please give a solution. 

<asp:TextBox ID="Txtbox"runat="server" Height="50px" TextMode="MultiLine"
        Width="150px" MaxLength="50"></asp:TextBox>


Updated on 03-Dec-2014

Can you answer this question?


Answer

1 Answers

Liked By