Browse by Tags

All Tags » AJAX (RSS)
Last week I gave a presentation to the UC.NET User Group which provided an overview/introduction to jQuery.  Instead of using PowerPoint I created an ASP.NET MVC website and used a jQuery presentation plugin ( http://www.viget.com/inspire/jquery...
Posted by srkirkland | 1 comment(s)
I’m currently working on a project that uses ASP.NET MVC and jQuery to do some Ajax magic, and I ran into a minor (but maybe not obvious) issue when using $.post() against an MVC action that returns a JsonResult. The core issue is that calling $.get or...
Posted by srkirkland | 15 comment(s)
I recently ran into a scenario where I needed to have a submit button exclusively run some client code, which is pretty common and usually handled by having some DOM element call an onclick method that does the work.  However, there was quite a bit...
Posted by srkirkland | 22 comment(s)
Filed under: , , ,
I've run across a few situations in which I wanted to animate a certain row in a GridView as a result of some client action.  The reason that this is a little tricky is that the AJAX Control Toolkit's Animation Extender needs to act on a certain...
The ASP.NET AJAX Control Toolkit's Calendar ( Click Here To See The CalendarExtender Control In Action ) is a very nice control that allows you implement a client side dynamic calendar for date-picking functionality. One interesting feature is the ability...
More Posts