Hi,
In my asp.net page, I have the following line inside an UpdatePanel:
<input type="text" id="userInput" onblur="DisplayWord()" onkeyup="SearchWord(event, this.value)" />
Is there a way to retrieve the input value in the code behind (VB.NET)?
Thanks,
Ana