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

Multi-file Upload With Html 5

I have a web application that currently uses Flash. That application allows the user to select mult… Read more Multi-file Upload With Html 5

Asp.net Mvc 3 - Dropdownlistfor Fails When Url Parameter Also Exists With Same Name As View Model Parameter

I am not sure if this is a bug with the DropDownListFor extension or what, but we had the following… Read more Asp.net Mvc 3 - Dropdownlistfor Fails When Url Parameter Also Exists With Same Name As View Model Parameter

Dynamic Radiobutton In Razor

I am using razor view engine and having a bit of trouble creating a list of radiobutton. I am popul… Read more Dynamic Radiobutton In Razor

Code First Conventions Confusion

Models: public class Status { public int Id { get; set; } } public class Podcast { public … Read more Code First Conventions Confusion

Asp.net Mvc3 Htmlhelper Extension Method Like Beginform That Uses A Partial View?

I created an extension method based on this answer to the SO question c# - How can I create a Html … Read more Asp.net Mvc3 Htmlhelper Extension Method Like Beginform That Uses A Partial View?

Concatenate A String For Displayfor

I have a model called Lines. On it I have a address class that contains a number of strings, i.e.:… Read more Concatenate A String For Displayfor