Balajiprasad's useful codes
Important codings & concepts in web & window applications using microsoft technologies.
Showing posts with label
MVC4
.
Show all posts
Showing posts with label
MVC4
.
Show all posts
Saturday, April 25, 2015
MVC & WebAPI - Model Binder
›
There are some specific cases in order to use model binder to MVC and WebAPI in same project. Here i will explain step by step to impleme...
1 comment:
Tuesday, July 8, 2014
MVC Razor - DropdownListFor with index list binding
›
In MVC Razor, sometimes we feel selected value not reflect when we use indexed selected Ex: @ Html.DropDownListFor(m => m.Employee...
Wednesday, June 25, 2014
MVC Razor - Enum Drop List
›
To Bind Enum value in Drop Down use the following CSHTML To display list of enum and select the value @ Html.EnumDropDownList...
›
Home
View web version