Stories recently tagged with 'DropDownList'

Code clarity: MVC 2 DropDownListFor - Any troubles? - Part 2(code-clarity.blogspot.com)

submitted by hkurabkohkurabko(80) 1 year, 6 months ago

Hello again. Today I want to talk about select list with optgroups. So, I need such a list. MVC has no support for it. What to do? After little browsing I decide wrote my own solution. It is based on code from fixed version of MVC DropDownList (you can read about it in Part 1). Main features of the list: * of course - support of groups of options * you can use it with options and with groups of options in any order, iow first item can be option, then - option group, and at the end, again - option. read more...

add a comment |category: |Views: 142

tags: another

Code clarity: MVC 2 DropDownListFor - Any troubles? - Part 1(code-clarity.blogspot.com)

submitted by hkurabkohkurabko(80) 1 year, 7 months ago

When working on one project, I have a trouble with MVC DropDownListFor - selected value doesn't returned to the server. I saw a lot of articles, questions, etc.. about this theme. And I decide to write a little article about my solution. As for me - it is more than simple :) read more...

add a comment |category: |Views: 329

tags: another

The DropDownList, the DataBind and the Missing Value(jeffgaroutte.com)

submitted by JGaroutteJGaroutte(315) 3 years, 7 months ago

This covers a control to help handle the ArgumentOutOfRangeException that happens when a DropDownList has the SelectedValue data bound and the value is not in its items collection. read more...

add a comment |category: |Views: 41

tags: another

Using AJAX to Create a DropDownList for Populating a TextBox (krissteele.net)

submitted by DigitalDuffmanDigitalDuffman(340) 3 years, 7 months ago

A pretty little ditty that I created to allow you to copy items into a textbox quickly clientside. read more...

add a comment |category: |Views: 277

tags: another

Three Ways to Bind a DropDownList with LINQ and C# ASP .NET(primaryobjects.com)

submitted by johndoe2008johndoe2008(190) 3 years, 7 months ago

Learn about three different methods for populating data in a DropDownList, using LINQ and .NET 3.5. Covers the simple, the direct, and the 3-tier enterprise method. Learn how to save time on your next project with tons of DropDownList controls or just impress your friends. read more...

add a comment |category: |Views: 2429

tags: another

Using a RequiredFieldValidator with a RadioButtonList, DropDownList, L(professionalaspnet.com)

submitted by docluvdocluv(1575) 4 years, 9 months ago

We often need to require a user select an item in a RadioButtonList, or any other web control derived from ListControl. Often an uninitiated programmer will add a RequiredFieldValidation control to their form and set the ControlToValidate property to the RadioButtonList in question. read more...

add a comment |category: |Views: 2343

tags: another

Dynamic DropDownList with Month Names(codeproject.com)

submitted by ZeroDevZeroDev(20) 4 years, 10 months ago

how to Creat a DropDownList with Month Names and never worry about localization :P this is a function i did and i wanted to add a story as a contribution hope its helpfull read more...

add a comment |category: |Views: 39

tags: another

Self-Populating DropDownList(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 10 months ago

How to make a Self-Populating DropDownList control in ASP.NET read more...

1 comment |category: |Views: 74

tags: another

Custom auto-bound Drop Down List(geekswithblogs.net)

submitted by mikethomasmikethomas(85) 5 years ago

Creating a drop down list that automatically binds from a database. read more...

add a comment |category: |Views: 30

tags: another