By tag: DropDownListFor
0
kicks
Code clarity: MVC 2 DropDownListFor - Any troubles? - Part 2
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 ...
0
kicks
Code clarity: MVC 2 DropDownListFor - Any troubles? - Part 1
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 :)