ValueChanged in TextBox

2010-04-17 Thread muhannad nasser
hi all; i am facing a problem with the text box i need to catch an event when the value of the text has changed... but if i use the ValueChangedHandler it will not fire until there is a lose focus on the text field and if i use the onKeyPress event... and i get the text from the textBox i

Re: ValueChanged in TextBox

2010-04-17 Thread Thomas Broyer
On Apr 17, 10:50 am, muhannad nasser muhannadna...@gmail.com wrote: hi all; i am facing a problem with the text box i need to catch an event when the value of the text has changed... but if i use the ValueChangedHandler it will not fire until there is a lose focus on the text field

Re: ValueChanged in TextBox

2010-04-17 Thread muhannad nasser
thnks... it works fine.. i mean the KeyUp Event... :) On Sat, Apr 17, 2010 at 1:03 PM, Thomas Broyer t.bro...@gmail.com wrote: On Apr 17, 10:50 am, muhannad nasser muhannadna...@gmail.com wrote: hi all; i am facing a problem with the text box i need to catch an event when