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

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -