Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have been tasked with writing an ASP.NET MVC application which must use DevExpress components. The application should allow users to initially search a knowledge base of possible solutions regarding their problem. I have followed lots of ASP.NET MVC examples but I'm yet to find one where I can query the data when the user is typing their keywords in an unbound textbox. I'm trying to refrain from getting the user to press a button to execute the query and simply to refresh a gridview based on the text entered in the textbox. An example of this is on the DevExpress.com Support pages.

https://www.devexpress.com/Support/Center/Question/Create

How can I return the results of text entered into a search textbox to a gridview.
Any help would be greatly appreciated.
Posted

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