ASP.NET - How to display two items to dropdown in single line in c# asp.net
Asked By sanket patil on 19-Feb-13 06:22 AM
hi friends, How to display two items to dropdown in single line in c# asp.net. the sample example has shown below url.
http://www.jetairways.com/EN/IN/Home.aspx
When they click on + image, showing 2 items on single line. how to do this functionality> Please help me out.
nadeem shaikh replied to sanket patil on 20-Feb-13 02:57 AM
for achieving this type of functionality you have to built the drop down like that
see the links below:
http://www.codeproject.com/Articles/8348/Multiple-Columns-DropDown-for-ASP-NET
http://www.codeproject.com/Articles/10365/Multiple-Column-Dropdownlist-for-the-ASP-NET-DataG
Or the ajax or some third party tools can solve this problem
see this.
http://demos.devexpress.com/aspxeditorsdemos/ASPxComboBox/MultiColumn.aspx
hope this will solve your issue.