How to call javascript function on keyup event for asp.net's TextBox control? I am trying something like this, but it is not working.
<asp:TextBox ID="txt_userid" runat="server" onkeyup="GetRes();"></asp:TextBox>
UPDATE
there is a update alert is working but breakpoints in java function is not working.