<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Entering Data</title><link>http://asp.net</link><pubDate>Sat, 30 Mar 2013 15:40:50 GMT</pubDate><generator>umbraco</generator><description>Comments for Entering Data</description><language>en</language><atom:link href="http://asp.net/rss/comments/38476" rel="self" type="application/rss+xml" /><item><title>Comment Posted by justin_cie2</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Thu, 31 May 2012 02:22:19 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015638</guid><description><![CDATA[ <p>Hi Mike,</p><p>Thanks for sharing a great tutorial..</p><p></p><p>however, when I try the validation, it got exception:</p><p></p><p>&#39;System.Web.Helpers.Validation&#39; does not contain a definition for &#39;RequireField&#39;</p><p>&#39;System.Web.Helpers.Validation&#39; does not contain a definition for &#39;IsValid&#39;</p><p></p><p>Am I missing something?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/justin_cie2.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mikepope</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Fri, 01 Jun 2012 16:43:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015645</guid><description><![CDATA[ <p>I&#39;m not sure, but this sounds like a problem with the installation of  ASP.NET Web Pages -- the helper should be built in. Is there a possibility that you&#39;re working with a version older than ASP.NET Web Pages v2 Beta?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/mikepope.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by pk5479</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Sat, 02 Jun 2012 10:49:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015651</guid><description><![CDATA[ <p>I copied everything and tried to launch it, but it didn&#39;t work and came out an error page. I don&#39;t know where it is wrong and it just doesn&#39;t show the same as you said. Or there is something you forgot to put? Could you help me? </p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/pk5479.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by pk5479</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Sat, 02 Jun 2012 12:14:37 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015652</guid><description><![CDATA[ <p>I just installed the latest version of WebMatrix and I don&#39;t know what version of ASP.NET Web Pages it includes.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/pk5479.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by pk5479</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Sun, 03 Jun 2012 01:07:02 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015656</guid><description><![CDATA[ <p>Hi, I tried the WebMatrix 2 Refresh 2 version, which is worst and slower than WebMatrix org version, and gets everything no running. Then I installed back WebMatrix org version now.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/pk5479.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Douglas_01101000</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Mon, 04 Jun 2012 00:27:37 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015664</guid><description><![CDATA[ <p>Yep, the code in this tutorial is chucking a compilation error in WebMatrix. Here are my specs:</p><p></p><p>WebMatrix: 7.1.1073.1</p><p>IIS 7.5 Express: 7.1.1190.0</p><p>ASP.NET Web Pages: 1.0.20105.407</p><p></p><p>I tried searching the Package Manager&#39;s online repository for &quot;validation.helper&quot;, but found nothing. </p><p></p><p>I installed &quot;ASP.NET Web Helpers Library 1.15&quot; but that didn&#39;t help either.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Douglas_01101000.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Douglas_01101000</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Mon, 04 Jun 2012 00:50:13 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015665</guid><description><![CDATA[ <p>I discovered that the WebMatrix install file I downloaded from this very site just yesterday was the out-dated version. Just went to the download page again, and lo and behold, there&#39;s a newer install package. My new specs:</p><p>Version 2 Beta</p><p>WebMatrix: 7.1.1312.0</p><p>ASP.NET Web Pages: 2.0.20126.16343</p><p></p><p>The form now validates! :)</p><p></p><p>Note to Mike: There is a 500 character limit in this comment system which makes it difficult to respond properly. I tried the site feedback link, but it goes to an error page.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Douglas_01101000.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mikepope</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Tue, 05 Jun 2012 02:04:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015679</guid><description><![CDATA[ <p>Sorry, Douglas. I agree that the character limit on the comments here can be restrictive. If you&#39;re having product problems, as opposed to problems with these docs, try the forums: <a rel="nofollow" href="http://forums.asp.net/1224.aspx/1?WebMatrix" target="_blank">forums.asp.net/</a>+and+ASP+NET+Web+Pages.</p><p></p><p>In case the URL is truncated, it&#39;s this but with http at the front:</p><p></p><p>forums.asp.net/1224.aspx/1?WebMatrix+and+ASP+NET+Web+Pages</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/mikepope.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ksnsridhar</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Wed, 06 Jun 2012 03:34:04 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015690</guid><description><![CDATA[ <p>This is the version I am using.</p><p>---------------------------</p><p>About WebMatrix</p><p>---------------------------</p><p>Version 1</p><p>WebMatrix: 7.1.1073.1</p><p>IIS 7.5 Express: 7.1.1190.0</p><p>ASP.NET Web Pages: 1.0.20105.407</p><p>SQL Server Compact: 4.0.8482.1</p><p>Web Platform Installer: 7.1.1070.1</p><p>Web Deploy: 7.1.1070.1</p><p>.NET Framework: 4.0.30319.269 (RTMGDR.030319-2600)</p><p>---------------------------</p><p>OK</p><p>---------------------------</p><p>I copied the entire code. Validation is not working. Even INSERT command shows an error.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ksnsridhar.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mikepope</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Fri, 08 Jun 2012 01:46:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015722</guid><description><![CDATA[ <p>@ksnsridhar, it looks like you&#39;re still working with version 1 of ASP.NET Web Pages. May I suggest that you uninstall that version (also WebMatrix 1.0) and install the newest version -- ?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/mikepope.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ksnsridhar</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Fri, 08 Jun 2012 06:16:21 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015725</guid><description><![CDATA[ <p>Hey Mike,</p><p></p><p>Thanks. Your suggestion works.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ksnsridhar.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by DavidgCCC</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Mon, 16 Jul 2012 09:25:54 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015981</guid><description><![CDATA[ <p>Loving it so far</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/DavidgCCC.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gnosischief</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Sat, 08 Sep 2012 08:40:54 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016396</guid><description><![CDATA[ <p>Good Example by Mr. Mike Pope</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/gnosischief.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gnosischief</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Thu, 18 Oct 2012 10:31:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016641</guid><description><![CDATA[ <p>Good document for beginners and also covers security aspects of SQL injection etc.</p><p>Thanks a lot Mike.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/gnosischief.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bfmance</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Wed, 13 Mar 2013 19:17:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018689</guid><description><![CDATA[ <p>Great tutorial but I&#39;m having a problem right now. After I hit the add movie button it is giving me an error message saying: </p><p></p><p>HTTP Error 404.0 - Not Found</p><p></p><p>The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.</p><p></p><p>I don&#39;t know why it is saying that cause I followed all your directions and it still is giving me the same error. Do you know what might be the problem here?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/bfmance.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bfmance</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Wed, 13 Mar 2013 20:35:15 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018691</guid><description><![CDATA[ <p>Never mind. I found the problem myself and it was really a minor error I overlooked. Great Walkthrough like I said, and keep it up. Thanks again for making this</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/bfmance.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gmadkins2</title><link>http://asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/entering-data</link><pubDate>Sat, 30 Mar 2013 15:40:50 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018814</guid><description><![CDATA[ <p>This is what I have to do to fix the &#39;System.Web.Helpers.Validation&#39; does not contain a definition for &#39;RequireField&#39; error.</p><p></p><p>1. Add a reference to System.Web.WebPages</p><p></p><p>found at C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v2.0\Assemblies</p><p></p><p>2. Change the web config file add</p><p> &lt;appSettings&gt;</p><p>    &lt;add key=&quot;webpages:Version&quot; value=&quot;2.0.0.0&quot;/&gt;</p><p>  &lt;/appSettings&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/gmadkins2.jpg?forceidenticon=false&amp;dt=635046465000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>