Lost Focus method for asp.net textbox?

Viewed 90895

How to write Lost focus method for asp.net text method? Please anybody have any idea to write this, share with me?

4 Answers

Why don't you use that. Lostfocus works same with:

OnTextChanged="TextBox_TextChanged"
Related