jQuery UI controls for ASP.NET MVC (See Also: jQuery Grid Plugin for ASP.NET MVC Sample
http://jqmvcgrid.codeplex.com/)
Ex:
jQuery UI:<input id="datepicker" title="Date Picker" type="text" value="9/28/2009" />
<script type="text/javascript">
$(function(){
$('#datepicker').datepicker();
});
</script>
jMvcUI for ASP.NET MVC:<%= Html.Datepicker("datepicker", DateTime.Now.ToShortDateString()) %>
Requirement:
Visual Studio 2008
.NET Framework 3.5 SP1 (support LINQ)
ASP.NET MVC 1.0
jQuery UI library (include in this project)
Now, get started with
jMvcUI & Samples http://jmvcui.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33636