I am trying to get a value of a textbox (before textbox is actually updated) using OnKeyUp event.
Here is example
Let's say textbox had initial value: 123
Then I click into the textbox and I would continue typing 4567.
If I would print textbox value (using OnKeyUp) at this point it would have old value 123 because cursor is still in textbox and textbox is not updated.
So question is how can I see what is the real content of my textbox? (without cursor leaving textbox)....
eh... hard to explain....
Thanks....
Here is example
Let's say textbox had initial value: 123
Then I click into the textbox and I would continue typing 4567.
If I would print textbox value (using OnKeyUp) at this point it would have old value 123 because cursor is still in textbox and textbox is not updated.
So question is how can I see what is the real content of my textbox? (without cursor leaving textbox)....
eh... hard to explain....
Thanks....