event to enter key in asp.net
Hi...when click on enter key how to call code behind method in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sunny SharmaPosted Sep 3, 2013, 7:41 AM
You need to use AJAX and Web Methods to achieve this purpose. Follow this post, this will help you doing that:
http://deebujacob.blogspot.in/2012/01/aspnet-ajax-web-method-call-using.html
Happy Coding :)