Click here to Skip to main content
15,886,699 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to create a similar effect as seen on this site:

http://www.asos.com/search/pgeSearch.aspx?q=Men

Down the left handside they have the ability to refine the results.

I'm wondering if anyone has attempted such a task before and how did they accomplish?
Posted

1 solution

There can be various ways... using Callback in ASP.NET would fit best. Though you can use, PageMthod, Ajax, etc.

Based on the search folter criteria, hit the database, get back the result and bind it to the datagrid or datalist or so. Done.
 
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