R
ruca
Hi,
I have a textbox that when I write something there that she runs a function.
For that I use the method:
[textboxname]_TextChanged(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles [textboxname].TextChanged
I put in textbox properties the AutoPostBack = true.
The problem is that I write something in texbox but it only runs the
function when textbox lost focus.
Suggestions? Solutions? Comments? Anything else? I apreciate.
I have a textbox that when I write something there that she runs a function.
For that I use the method:
[textboxname]_TextChanged(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles [textboxname].TextChanged
I put in textbox properties the AutoPostBack = true.
The problem is that I write something in texbox but it only runs the
function when textbox lost focus.
Suggestions? Solutions? Comments? Anything else? I apreciate.