Building an AJAX based Specials Sorter
Posted by: Rick Strahls WebLog,
on 15 Aug 2005 |
View original | NEW Bookmarked: 0 time(s)
I spent a few hours today building an AJAX form in my Web Store that’s used to resort the Specials displayed on the home page. I needed to build something to manage this list anyway, so I figured I might as well put Jason Diamond’s My Ajax.Net through its paces with something that would be useful in light of Tim Haines’ BlogConversation regarding AJAX integration into an online store application.
The page I ended up building is available here:
http://www.west-wind.com/webstoresandbox/admin/SpecialsManager.aspx
The...