C # htmlelement invoke memeber

I am trying to raise keydown and fire events for the textarea html element, I can just set the inner text to the text I want, but the website does not seem to recognize the text there if I cannot raise these events. How can I achieve this?

+3
source share
1 answer

Have you tried using jquery keyboard events . Assuming you can use jquery

Here is a demo with keypup:

0
source

All Articles