Hello frens, I need help…it’s very urgent for me …Actually I want to use search facility in my site but it’s like there is a ListBox and a TextBox …After selecting an option from the ListBox user can enter the string in the Textbox and then he can search that specific string in that particular view selected from the Listbox…
I made a simple searchbox having a textbox as explained by Jake on Codestore.net …There is a search under feedback section in which he used the radio buttons instead of ListBox …I want the same functinality…
Subject: Very Urgent:Please help me related to search
Have you tried getting the value from the list box and then using that to define the view? Either using the listbox selected value to define the keyword lookup or the View name
Subject: RE: Very Urgent:Please help me related to search
Hi Kanishka,
Try using Combobox instead of List box as it must be single selection, and also give alias to the values you display in combobox so when user select s value in combobox( alias ) you get actual value ( viewname) and can use same in your query.