MVC Blog

Binding Wijcombobox in MVC Using ADO.Net Entity Model

March 9, 2012 in ASP.NET, MVC by Abdias Michael

C1ComboBox can be easily bound to a DataSource at runtime in an ASP.NET application. But how do you bind Wijcombobox in an ASP.NET MVC application. Well, it’s equally simple. This… Read the rest Tags: , , , ,

Putting the V in MVC

November 23, 2011 in ASP.NET, MVC by C1_ChrisB

Last week I had the pleasure of presenting a session at Desert Code Camp. The session I gave was called "Putting the V  in MVC". Here is the abstract taken from… Read the rest Tags: , , ,

GANG Nov 2011 Recap

November 15, 2011 in Evangelists, MVC, jQuery by Rich Dudley

Thanks to everyone who attended!  It was a great night--a packed room, and Glenn Block brain dumped a ton of great information about WebAPI and node.js on us. Notes for… Read the rest Tags:

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

Solving the “A potentially dangerous Request.Form value was detected….” in ASP.NET MVC

December 30, 2010 in ASP.NET, Evangelists, MVC by Rich Dudley

Oftentimes an MVC application needs to POST text back that a user has entered into a text field or textarea. In a project I am working on I am using… Read the rest