ASP.NET MVC & Ajax Control Toolkit - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T11:50:26Zhttp://stackoverflow.com/feeds/question/368098http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/368098/asp-net-mvc-ajax-control-toolkit0ASP.NET MVC & Ajax Control ToolkitChristian Payne2008-12-15T11:37:54Z2009-05-06T12:09:06Z
<p>Hi,</p>
<p>I'm trying to get my head around MVC + AJAX etc.</p>
<p>One of the things I like about coding "old skool" (web forms) is the AJAX Control Toolkit.</p>
<p>I saw on the <a href="http://www.asp.net/learn/mvc-videos/video-373.aspx" rel="nofollow">Microsoft Storefront video 14</a>, <a href="http://blog.wekeroad.com/mvc-storefront/mvcstore-part-14/" rel="nofollow">Rob Conery uses the TextboxWatermark</a> control.</p>
<p>When I <a href="http://www.codeplex.com/mvcsamples/SourceControl/changeset/view/9325" rel="nofollow">downloaded the code</a> though, I couldn't find any reference to the Watermark control or any other control from the toolkit nor could I get it to work.</p>
<p>So my question is, does the AJAX Control Toolkit even work? In an MVC / AJAX / JQuery type world without viewstate, what do you use for "simple" controls such as Calendar & Watermarks?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/368098/asp-net-mvc-ajax-control-toolkit/368107#3681072Answer by Fredrik Kalseth for ASP.NET MVC & Ajax Control ToolkitFredrik Kalseth2008-12-15T11:43:14Z2008-12-15T11:43:14Z<p><a href="http://ui.jquery.com/" rel="nofollow">jQuery UI</a> has a calendar and other UI components. Also check out the vast number of <a href="http://plugins.jquery.com/" rel="nofollow">jQuery plugins</a>.</p>
http://stackoverflow.com/questions/368098/asp-net-mvc-ajax-control-toolkit/829264#8292641Answer by almny for ASP.NET MVC & Ajax Control Toolkitalmny2009-05-06T12:09:06Z2009-05-06T12:09:06Z<p>i want to ask the same question also maybe this useful for you
<a href="http://www.nikhilk.net/Ajax-MVC.aspx" rel="nofollow">http://www.nikhilk.net/Ajax-MVC.aspx</a></p>