Stories recently tagged with 'DropDownListFor'

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