Hi,
In my application, I have one enum called Display. This enum consists of five values Phone, TV, Laptop, Desktop and Other. If I select Other from the drop down, it will gives another input text box to enter user choice manually. And this enum selected value is stored in a variable called Display_As. Now, In one of my page, I want to use this field as search field with dropdown( this consists of all the values from the enum and the data stord in database of Display_As variable). Now I want to show the all values in the drop down when the user clicks to search based on this Display field. Anyone please help me in this issue..
Thanks & Regards,
Venkat.