Computers and Programming with a Personal Touch.
Contents tagged with AJAX
Using the ASP.Net MVC & Jquery Template to repeat a HTML Fragment
I have been playing around with the new jQuery Template plugin and I’ve got to say that I am pretty impressed. I haven’t seen too many code samples so I thought I would share my approach as I had some … more
JQuery, Asp.Net MVC 2 Multi Project Areas and Other News Minutia
jQuery News I know this nugget is a couple of weeks old now, but did anyone catch the news that Microsoft is throwing its support behind jQuery? So it seems that if you have been using the Microsoft … more
Build a REST Web Application with WCF and jQuery
Introduction So at my work, we started on a new web application, and mainly because a lot of guys working on it were going to be new and also because it is somewhat a visible project; we figured we … more
Building an List of Links Asynchronously Using jQuery, AJAX, PURE, and Spark View Engine for MVC
Yes, I know the title is a mouthful, but its all the cool stuff I used to make this trick work. I have mentioned before that I have been using the Spark View Engine with ASP.Net MVC just because … more
Filtering Dropdowns in a ASP.Net MVC App using jQuery and jSon.
I have often come across the need to load a dropdown list based on the selection of another drop down list on a form. In web forms it is really easy, especially if you were just doing a regular … more
Creating a Category Menu Dynamically Using the HoverMenuExtender
Introduction When building an eCommerce website, there are a multitude of ways to display categories an subcategories that are dynamically retrieved from a database. In this sample, I will … more
Using ASP.Net AJAX To Auto Update From Date and To Date textboxes
Introduction If you have ever had to make a hotel reservation on line you may have seen this functionality. Basically there is a field for a check-in date and there is also a field for a check-out … more