Hi, I have a issue with the onkeyup event,
When the event is fired, (on IE) I get the value prior to the change. For example I have 10 and I add a 0 so I expect to have 100 when the event is fired. Instead I got 10.
Am I doing something wrong?
This was working with the asp:Textbox .
Thanks for your help.