Hi Expert, I have 2 dropdown list..I can filter record depending upon dropdown list...its working fine...
My focus is
I have added like <asp:ListItem Text="All" Value="%"/> for these two dropdown
Query1:
ddl_selectdealer 1: ALL
ddl_SelectDealerType 2: ALL
Result :Should display All the details
Query 2:
ddl_selectdealer 1: ALL
ddl_SelectDealerType 2: MarketingExecutive
Result : Should display all the MarketingExecutive details
Query 3:
ddl_selectdealer :Jhon
ddl_SelectDealerType :MarketingExecutive
Result :Should display MarketingExecutive ,Only result shown Jhon Added MarketingExecutive
Go to the complete details ...