1. Create a new Project in VS2008, selecting Visual C# --Web --ASP.Net Web Application
2. Select a local folder and give a project name CodeProjectArticleTest
3. Delete the Default.aspx
4. Then go to the folder where you unzipped the files and added these files to your project:
DataForm.aspx
DataForm.aspx.cs
DataForm.aspx.designer.cs
DataProcessor.aspx
DataProcessor.aspx.cs
DataProcessor.aspx.designer.cs
jquery-1.3.2.min.js

4. Add Newtonsoft.Json.dll to your project reference (find it in the Bin folder of the unzipped files)
5. Set DataForm.aspx as your Start up form and run the project.




