Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » MVC
One of my favorite features of ASP.NET MVC is the support for JSON . In MVC, an Action Method in a Controller can return a JsonResult. This really comes in handy when integrating with jQuery to provide AJAX-like functionality in an application. In this Read More...
This is something that I put together in a few minutes to provide a way to refresh a partial view on a specified time interval. Let's create a MVC User Control that displays the current date and time called "TimeControl.ascx": 1: <%@ Control Read More...
So I was thinking tonight, what if I want my MVC application to serve images that are stored in a SQL database as binary data? Or files that are stored in the database?   One of the things that I really like about MVC is that ability to add Read More...
Ok, I have to admit it: jQuery is awesome. If you haven't started looking at it, I highly recommend that you do. It works wonders in the ASP.NET MVC world. One of the best things about jQuery is the enormous number of plug-ins that are available for adding Read More...
The early previews of the MVC Toolkit contained a few helpers that are not available in the current MVC Beta and MVC Beta Futures .  On of the ones that was nixed was the CheckBoxList helper.  I was in need of this type of functionality lately Read More...
 
Page view tracker