Click here to Skip to main content
15,889,830 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ComboBox Component is not exist in ASP.Net
Hi
Please give me a compon

ent for expert menu like menu in some web site
Ther is DropDownList, ListBox and TextBox Component in VS2010 for WebSite design by ASP.Net.
But ComboBox Component is not exist in ASP.Net . I necessary to it so that user for data entering could choose data from list and also write in box.
How can I access to ComboBox Component in web programming?

Thanks very much
Posted

You might try a vendor such as Telerik[^] or search CP to see if anyone has one published here.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 3-Mar-12 23:45pm    
Why? I don't think there is a need in 3rd-party proprietary solution (which is always good to avoid).
Please see my answer.
--SA
R. Giskard Reventlov 4-Mar-12 10:58am    
Why not? He asked for a component, he didn't ask for help in writing one!
Sergey Alexandrovich Kryukov 4-Mar-12 11:58am    
Yes, sure. I mean, the problem is already solved in open source or without 3rd-party. And not using proprietary 3rd-party stuff is always better.
--SA
R. Giskard Reventlov 4-Mar-12 18:17pm    
Why is it better?
This component could be more or less easily composed of the HTML elements select and input of the type "text". If you want, you can wrap it up in a ASP.NET control.

Here is the idea:
http://javascript.about.com/library/blnav7.htm[^].

This is the Ajax Control Toolkit solution:
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ComboBox/ComboBox.aspx[^].

This is the ASP.NET article on the topic:
http://www.asp.net/web-forms/tutorials/ajax-control-toolkit/combobox/how-do-i-use-the-combobox-control-cs[^].

—SA
 
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