Hello
I need your support to make my search process more effective as i decide to add states dropdowlist (SrchByStateDDL) next to my search textbox to give the user more option and make it easier for him. What i am stock in is that the below code is working but
i dont have an idea of how i can add to below code a part to search also into a specific state in case if the user choose state otherwise if he dont then the code shall show all the results inside the country selected by cookie location. as below the dropdownlist
is taking the items from database depending on cookie location. pleace could you check my screen record it may help to get what i mean
https://www.youtube.com/watch?v=IYBLzzY4KeU&feature=youtu.be
<asp:DropDownList ID="SrchByStateDDL" runat="server" CssClass="cate-dropdown hidden-xs&quo ...
Go to the complete details ...