Posts by C1_JamesJ

Building multiple column displays in MVC

January 12, 2011 in Evangelists, MVC by C1_JamesJ

Looping through a list of objects to display a table of the items is easy in MVC. All you need to do is: 1: <table> 2: <%foreach (var item in… Read the rest

POSTing and GETting with jQuery and MVC

December 28, 2010 in Evangelists, jQuery, MVC by C1_JamesJ

The jQuery library has an extensive set of AJAX functions which make it very easy to handle website functionality with all the Ajaxy goodness you’ve come to expect. However there… Read the rest

Uploading photos with MVC

December 22, 2010 in Evangelists, MVC by C1_JamesJ

There are many articles online talking about MVC, but not many showing how to upload files. In a project I'm working on I need to have my users upload photographs… Read the rest

Easy control styling with Foxy

December 20, 2010 in ASP.NET, Evangelists by C1_JamesJ

Using third party controls like ComponentOne's tools makes building your websites faster and easier. And, with all the themes that the C1 tools have, chances are you can find one… Read the rest

jQuery and MVC–Part 4, now with Wijmo!

December 17, 2010 in Evangelists, jQuery by C1_JamesJ

In part three of this series I talked about how to extend jQuery with plugins, went through the steps of writing a plugin, and then demonstrated how to use it… Read the rest