Click here to Skip to main content
16,018,249 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to save the textbox value automatically in the database when i move from one textbox to next textbox in gridview in vb.net
Posted
Comments
Richard MacCutchan 29-Nov-13 5:10am    
Please do not post the same question multiple times. If you have information to add then edit the original. Also provide some proper detail of your problem.

1 solution

Hi Amala,
you can call a java script function on blur event of java script
see this link it may help you

http://aashishdynamic.wordpress.com/2011/12/17/gridview-column-total-on-onblur-event-using-javascript/[^]

and make use of ajax to call service that stores the textbox value in DB in blur event.

Regards,
Arun
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900