Click here to Skip to main content
16,017,276 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i wANT TO create the seach like this .we can select a particular category in dropdown and list all category in drop down list


check the similar search form'
http://profile.keralamatrimony.com/search/search.php[^]
Posted
Comments
[no name] 22-Jul-12 8:06am    
So go ahead and do it.

1 solution

The example you give is a multi-select dropdown list with a listbox listing the selected choices. I think this is a good article to start with:

Multi select Dropdown list in ASP.NET[^]

Or better would be using Ajax, since you wouldn't have a postback then.

http://www.c-sharpcorner.com/uploadfile/b19d5a/insert-into-and-remove-from-a-listbox-selected-dropdownlist-values-in-Asp-Net-with-ajax/[^]

Or if you're looking for a paid solution,
http://demos.telerik.com/aspnet-ajax/listbox/examples/clientside/addremovedisable/defaultvb.aspx[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900