DuraidW
DuraidW

Reputation: 1

ASP.net multiselect dropdownlist load on demand

Can you please someone let me know come cross to multiselect dropdownlist load on demand like the below

http://www.obout.com/combobox/aspnet_integration_checkboxes_ondemand.aspx http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx

I am looking for dropdown control multiselect load on demand for about 1 year now cant find any control like that for free.

I am using ASP.NET 3.5 i dont mind if anyone come such control even with jquery.

Thanks very much.

Upvotes: 0

Views: 1730

Answers (1)

Kearl
Kearl

Reputation: 67

This one is easy to implement, although it isn't as pretty as the ones in your link: http://www.dotnetfunda.com/articles/article1591-multiselect-dropdownlist-in-aspnet-using-csharp-40-.aspx

It's written in C# and i'm running it in Visual Studio 2010 with Ajax Controls. Hope this helps!

Upvotes: 1

Related Questions