Click here to Skip to main content
15,881,027 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more: , +
I am trying to build a menu where I have the checkboxes for the users to make a selection and on Checkbox.Checked event add the Menu Item to a box to show the Items which were used to narrow search results.

I am currently using a gridview to display all the menuitems and onclick I refine the display grid. I am trying to refine the display grid and also implement this new functionality which will sort with one or more parameters.

I am trying to get some help with the ideology and also something to start with. I would like to use JQuery as that would make it more seamless and the UX will be a bit better instead of refreshing the page.

Thank you for your time. I really appreciate your help, any help on how to start off the from the coding perspective.

I have a GridView which I am using to display the menu. I am trying to make those like the filters.. For ex: amazon.com left navigation and Best buy for that instance..

For ex: Amazon and Best Buy

The Left Navigation which has checkboxes or clickable links to refine the search thats what I want to achieve..

My Question is that currently I am trying to do it with CheckBoxList and its not coming along as it should.
I am looking for a new approach and/or if any guidance or some pseudo code just to get a better Understand.. To add to the complexities I have to run this search in conjunction with the Commerce Server and its getting too difficult.
The reason for me me giving the examples was that I am looking to achieve something like that.

Thanks for your reply..

Thanks for your reply..
Posted
Updated 8-Jun-12 3:41am
v3
Comments
Sergey Alexandrovich Kryukov 23-May-12 17:04pm    
What's your question?
--SA
Sandeep Mewara 24-May-12 1:51am    
And what exactly you are looking for? Where are you stuck?
Clifford Nelson 30-May-12 20:48pm    
What is your environment: ASP.NET, WinForm, WPF. WPF would be easy
Sparkers 30-May-12 23:35pm    
I am using ASP.NET

1 solution

Achieved it by using repeaters checkboxes and a gridview..
 
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