ASP.NET MVC, Razor, & EF Code 1st Drop Down Menus
Getting dropdown menus to appear in ASP.NET MVC 3 razor views where FK relationships exist… EF Classes / Model VIEW
Getting dropdown menus to appear in ASP.NET MVC 3 razor views where FK relationships exist… EF Classes / Model VIEW
HatM /Free Photos It wasn’t that many years ago that it seemed like I’d create a new ASP.NET website a few times a week. Some for rapid prototyping and others for release. At the time, the applications felt really easy to manage. That is until they grew and became a beast with all kinds of [...]
Web applications today, especially in medium to larger sized enterprises will be deployed in multiple environments. This allows the development teams to deploy the web application to an environment to verify changes made and that the application functions as expected before shipping it to production. So when you go to use plugins out there such [...]
This post will cover how to add a context menu to a GridView in ASP.Net utilizing jQuery. Once your site is setup to utilize jQuery, you can simply include a new style sheet and script file and get awesome functionality fairly easy! Take a look at this site here to download the required files and [...]
MarkItUp identifies itself as being the Universal Markup Editor and from as far as I can tell, this is probably true! It was very easy to integrate the jQuery editor into my new Blog Admin views. I will try to illustrate how I was able to do this below. In addition to the jQuery MarkItUp [...]
Often times you may allow the users to query your system and you give them the choice of which fields to use in their query. This entry covers how to use optional where criteria within your query and avoid having to write 12 versions of the same query with different where clauses! Let’s take a [...]