ASP.NET MVC & Ajax Control Toolkit - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T11:50:26Z http://stackoverflow.com/feeds/question/368098 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/368098/asp-net-mvc-ajax-control-toolkit 0 ASP.NET MVC & Ajax Control Toolkit Christian Payne 2008-12-15T11:37:54Z 2009-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 &amp; Watermarks?</p> <p>Thanks!</p> http://stackoverflow.com/questions/368098/asp-net-mvc-ajax-control-toolkit/368107#368107 2 Answer by Fredrik Kalseth for ASP.NET MVC & Ajax Control Toolkit Fredrik Kalseth 2008-12-15T11:43:14Z 2008-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#829264 1 Answer by almny for ASP.NET MVC & Ajax Control Toolkit almny 2009-05-06T12:09:06Z 2009-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>