Author: Amit Jain | Posted on: 2/28/2009 7:31:01 PM | Views : 902

In this example I am implementing the AutoComplete functionality to textbox in the EditItemTemaplate of GridView using AJAX autocomplete extender, for this we need to create a web service which calls the method to fetch data from database and display results as suggestions for textbox. ...

Go to the complete details ...