Yogesh Gnanapraksam wrote:any suggestions ?
Yes. Be patient. We don't get paid, so we respond when it's convenient and that may take a day or 2 sometimes.
Normally, you'd accomplish what you want by tying an AJAX request to the onblur event of your input control, but in your case, you have stated that you want the tag itself to automatically handle that.
You're going to have to make your tag's render routine generate the AJAX submit javascript and plug it into the "onblur" of the generated HTML INPUT control..