I am having some difficulty filtering a list on a page that displays a product.
When the user visits the product browser page, it will display a list of paged results that isn't filtered. So all products are available to view.
I have a dropdownlist that they can use to select a different product type and after selecting, it should remove the products that are not in that list.
My question is, how do i create a "postback" (for lack of a better word) to the server with the parameter to filter the list without redirecting to a different page? Is this possible? Could it be done with ajax instead of server side? (even though the results are paged)
Any help would be greatly appreciated!
Thanks!
10 points to best answer
When the user visits the product browser page, it will display a list of paged results that isn't filtered. So all products are available to view.
I have a dropdownlist that they can use to select a different product type and after selecting, it should remove the products that are not in that list.
My question is, how do i create a "postback" (for lack of a better word) to the server with the parameter to filter the list without redirecting to a different page? Is this possible? Could it be done with ajax instead of server side? (even though the results are paged)
Any help would be greatly appreciated!
Thanks!
10 points to best answer