20 March 2012 0 Comments

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

15 March 2012 0 Comments

Convert ASP.NET Website to ASP.NET Web Application

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 [...]

7 October 2010 4 Comments

ELMAH For Multiple Environments

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 [...]

Tags: , ,
29 September 2010 2 Comments

ASP.Net GridView Context Menu

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 [...]

Tags: , , ,
28 September 2010 0 Comments

ASP.Net MVC MarkItUp Rich Text Editor

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 [...]

Tags: , , ,
15 June 2010 0 Comments

LINQ to SQL Where Clause Optional Criteria

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 [...]

Tags: , ,