asp.net - how to force textchanged to work onblur? -


possible duplicate:
how force textchanged work onblur ??

actually want tabbing in gridview rowwise have done it.
problem have done using ontextchange event whenever have tab away.
have text , enter tab, works , requirement tab should done without entering text also
i'm having code want forcefully onblur event. ???

you write little javascript(using jquery) when onblur event occurs txtchanged event called on client side. like

$('#idhere').blur(function() {   $('#idhere').change(); }); 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -