selectlist Questions
2
Solved
I have an ASP.NET MVC application with quite a few drop-down lists and multi-select lists. Essentially, a lot of lists of options.
My question is; is it better to pass these lists to the view as p...
Logistic asked 26/2, 2010 at 15:30
4
I create a DropDown with the Html.DropDownList(string NameSelectListInViewData) method.
This generates a valid Select input with the correct values. And all is well.
Upon submit however, the value...
Wells asked 17/11, 2008 at 10:57
3
If you check my earlier questions you may have noticed I just don't get the SelectList and Html.DropDown(). I find it intrigueing that I seem to be the only one in this. So maybe I should try to ch...
Stamm asked 3/12, 2008 at 9:34
2
Solved
I am working on an MVC site that is the first my company has done, one of the things I find myself doing a lot is creating selectlists in a controller, putting them in viewdata and reading them whe...
Scriven asked 15/12, 2008 at 13:37
© 2022 - 2024 — McMap. All rights reserved.