Hi!
In asp.net,I hope user press number key and calculate immediately in two textbox.So I set up the onkeydown events and callbacks.It work fine.But some of the users press the number key and use the mouse to move to another textbox.not pressing the enter key
to calculate the result. Because only the onkeydown events can excute the client callbacks.
So when the user types some number key and hits Enter,and the result will be calculated. But I want to show the result instantly as the user types the number key. The user should not be required to hit
Enter.
Thanks..
Go to the complete details ...