In the past week I have shared code using the new jQuery Templating plugin to build a nested tree view. The web site is a WebMatrix site and I use some server-side classes to supply the data that drives the page. Today I wanted to walk through this a little because I think this is an important aspect of WebMatrix development.
Just like a traditional Visual Studio ASP.NET web site the App_Code folder can contain custom classes. For ...
No comments yet, be the first one to post comment.