To conclude the series on elegant web forms, I will walk you through a full
example of a simple company and contact management tool. The app in itself
doesn’t do much, but it serves to illustrate the points mentioned in the
previous posts.
[![elegant_...
After my previous article, where I showed you how to use user controls as views,
in this post I will show you how to mix in some jQuery templating.
The jQuery templates plugin is basically a way to make views in JavaScript, much
like we...
In this post I will show you how you can use jQuery to call ASP.NET web services
(.asmx). Some people prefer to use page methods, but I find it nicer to group
all my AJAX-related calls in one web service. That service then serves...
In my previous post I added the extensions.js-file to my JavaScript library. I
did this because I feel there are some things that I often do and I abstracted
them out to a kind of library on top of jQuery. I will walk you...
In this post I will talk you through the basic setup of our web application and
all the tools you need. Don’t worry, you don’t have to do all these steps
manually, I will provide you with a new project template later on...