Click here to Skip to main content
15,906,081 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear sir,

I need to populate a gridview with posssible result coming from database, when I'm typing something in a textbox in my web page. For this purpose I'm using ajaxcontroltoolkit and webservice. In webservice, a method is called when I type in the textbox and it returns result, which appears as a pop up just below the textbox control. Webmethod returns an List. Is it possible to populate a gridview in the same page with the same data as in the pop up(We can see this kind of example in facebook while searching for friends). Can I bind the grid in my web page with this array of string? I can't use any post back event to populate the gridview. It has to happen as it happens for pop up.

Thanks
Regards
Stanly
Posted
Comments
AshishChaudha 10-Oct-12 5:40am    
Have you tried anything???

Try the following link

A Beginners Guide - Implementing Auto Suggest Functionality using Ajax Control Toolkit[^]

Try to implement showing result in gridview..

Thanks
 
Share this answer
 
I've created a similar autocomplete plugin using AJAX. Please have a look if it can help you.
facebook type search box
 
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