Hello,
I have 3 Dropdown list.. I display suppose 5 products in ddl1.
Now, on selected indexchanged of ddl1, I want to display rest products like 4 products in ddl2 except one selected in ddl1.
atfer on selection of ddl2, display data in ddl3 except selected in ddl1 and ddl2 i.e 3 products.
Please help me how to achieve it either through sql query or ASP.net c#.
Go to the complete details ...