C#

ASP.NET MVC Combo Box

One problem with developing both windows and web applications, is sometimes a client asks for a simple WinForms control that is in their windows application and they want to use the same control on their website. I've found one of the most common requests is a Combo Box. Of course the HTML specification doesn't support Combo Boxes, alternatives include a combination of funky looking plugins. I wanted to have a simple and native looking combo box.

Syndicate content