I am working on splitting an MVC3 Application into two Areas.The existing application is going into one area (V1) and we are beginning a redesign in the second area (V2).
I have a geo collection that contains items like: [state name] [city], [state] [country] A text box is available for a user to begin typing, and a jQuery autocomplete box fills displays possible opti
i want to develop a simple CMS. i want to add the ability to add modules to the CMS. what need to be the architecture for
Following is the example Model public class MyViewModel { [DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = \"{0:dd.MM.yyyy}\")]
I\'ve written an extension method to HtmlHelper (derived from active menu item - asp.net mvc3 master page). This allows me to output the cssclass \"active\" for the current page.
I am currently playing around with jqueries drag and drop, basically I currently have a div (.drag_check) that holds a checkbox, I have the drag and drop working but I want to alert out the checkbox\'