Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net Mvc 5

Passing Ienumerable Property In Routevalues Of Actionlink

Imagine an object defined like : public class MyViewModel{ public List MyList { get; set; } } … Read more Passing Ienumerable Property In Routevalues Of Actionlink

Actionlink To Submit Model Value

I want my Ajax.ActionLink to pass a viewModel property to action. Here is my ViewModel public class… Read more Actionlink To Submit Model Value

On Click - Make @html.displayfor An Editable Text Field

So I am playing with a practice site I made and I want to attempt a feature that will allow me to s… Read more On Click - Make @html.displayfor An Editable Text Field