in html, I have set the onTextChanged event to a subroutine I have in codebehind (vb)
so if I have a textbox named txtBox1
and I have an onTextChanged event such as onTextChanged=("txtBox1_onTextChanged")
How do I wire the subroutine txtBox1_onTextChanged to the textbox?
Go to the complete details ...