Hi There,
I need to develope a page that has a user control containing
checkboxes and grid control. When I click on any one of the checkbox
the products that matches the search should be displayed. For example
I am having product category like Gaming, Format, Speed, Capacity
etc., When I click on the Gaming checkbox, in the grid I need to
display the products that matches "Gaming" and if I click on the
Capacity then the search should get narrow and display the products
based on the search criteria (Category and Capacity). This I need to
do in ASP.NET 1.1, I found that easy way to achieve this is using
AJAX. But I am new to AJAX. Can anyone help me on creating this page
using AJAX.
Thanks in advance