Get the character from KeyUp event of textbox
I have a multiline textbox & I have associated a Javascript function call 'NavigateID()' with onKeyup event of this textbox. In this function, I need to know the character that the user just typed in the textbox.
How can i get the character that the user just typed in textbox?
Please help urgently!