I want to save the contents of a multline textbox when off focus - i.e. user has finished typing and clicks outside the textbox so it goes off focus.
I can handle the saving- thats no problem, but is there an off focus function? I don't mind a javascript version. I must be using asp:TextBox though.
I tried with onFocus, OnServerChange, onKeyUp, but it is not exactly how I want it. If any of you use Facebook, then it is like the textbox displayed right below the profile picture.