c# - Can I fire an Event when I tab out of a textbox without entering a value? -


i have asp.net webform (c#) has textbox on it. know if there way fire event when user tabs off textbox without entering value?

i set autopostback=true , causevalidation=true. if enter in textbox fires textchanged event fine. if tab without entering nothing happens.

any ideas?

thank

you csn handle lost focus event on client side (js), cause postback or run ajax request if need server side code.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

monitor web browser programmatically in Android? -

c# - Using multiple datasets in RDLC -