Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to develop a page with dropdownlist .where in my user can edit this dropdownlist..plz guide me how i could create an editable dropdownlist......????
Posted

You have to develop a User control or a custom control based on your need/design. Better would be a custom control.

ASP.NET does not provide this feature in dropdownlist. Thus having a textbox, an image and a listbox in one control can be used to look like a editable dropdown.
For start reference, use this:
Multiselect Dropdown for Web Applications[^]
 
Share this answer
 
Have a look to the link Editable DropDownlist
 
Share this answer
 

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