Hi ,
I had code like
<asp:TextBox ID="txtAddress1" runat="server" onKeyDown="limitText();" onKeyUp="limitText();"></asp:TextBox>.This is working fine if I am typing text in the text box.But If I am copying text and pesting it with mouse (NOT WITH CRTL+ V) , THEN IT IS NOT FIRING the event.How to fix it.
Thanks In advance