<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>Begin Editing the Templates in ASP.NET Dynamic Data Applications</title><link>http://asp.net</link><pubDate>Fri, 22 Apr 2011 21:48:51 GMT</pubDate><generator>umbraco</generator><description>Comments for Begin Editing the Templates in ASP.NET Dynamic Data Applications</description><language>en</language><atom:link href="http://asp.net/rss/comments/33697" rel="self" type="application/rss+xml" /><item><title>Comment Posted by m@rco</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Thu, 27 Nov 2008 10:26:21 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002945</guid><description><![CDATA[ <p>Nice videos! </p> <p>Is there already a video which showing editing page templates?</p> <p>Grz,</p> <p>Marco</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/m@rco.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by agoyal</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Fri, 26 Dec 2008 16:15:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002946</guid><description><![CDATA[ <p>this is very informative.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/agoyal.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by augustine.andrew</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Tue, 10 Mar 2009 03:10:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002947</guid><description><![CDATA[ <p>Does anyone know how to handle autonumber fields if SQL Server 2k8 is your back end DB?  This occurs when you try and insert a new entity instance or record.  The Dynamic Data defaults the autonumber field to an empty text box but if you try to submit w/ the field empty then the site will return an error.  Really I&#39;d like the site to make it an read only label that is autogenerated from the database field&#39;s counter.</p><p></p><p>Thank you.</p><p></p><p>Andrew</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/augustine.andrew.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rushnp774</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Wed, 11 Mar 2009 03:23:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002948</guid><description><![CDATA[ <p>Something like that happened to me a couple days ago, but I&#39;m not sure if it&#39;s the exact problem I had.  I just went to the source view of the page with the DetailsView control (in my case), found the &quot;Insert&quot; command, and removed any reference in the SQL statement to the Id that it was trying to insert.  You may try that.   </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/rushnp774.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by PeteMorgan</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Wed, 18 Mar 2009 19:40:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002949</guid><description><![CDATA[ <p>Andrew - I had the same problem. When drag a table onto the dbml designer surface, click on the Field that is autonumber (you mean its &quot;Identity Specification = Yes&quot; in Sql Server, yeah?) then view the Properties window - the &quot;Auto Generated Value&quot; property should be True. If that is the case then the web page will run as you&#39;d expect (the ID column is hidden by default and it doesn&#39;t error when you Insert).</p><p>However, I&#39;ve found that sometimes this property isn&#39;t set properly and I need to set it to true manually. </p><p>I don&#39;t know why it misbehaves, or what&#39;s the best course of action to rectify it - but this works for me at least.</p><p></p><p>Cheers, </p><p>Pete.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/PeteMorgan.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by BuckUF</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Tue, 24 Mar 2009 20:28:17 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002950</guid><description><![CDATA[ <p>These videos on dynamic data are great....any video examples of how best to past a form or server variable to the templates? i.e. show only one record in ListView</p><p></p><p>Thanks.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/BuckUF.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by RickInHouston</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Thu, 26 Mar 2009 17:31:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002951</guid><description><![CDATA[ <p>Thank you so much for these calm, detailed introductions to the new features.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/RickInHouston.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by agrawalbs</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Sun, 05 Apr 2009 06:52:53 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002952</guid><description><![CDATA[ <p>nice video</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/agrawalbs.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by code001</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Fri, 11 Dec 2009 17:18:31 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002953</guid><description><![CDATA[ <p>I wait for some deeper things than just a little bit of std ASP.NET.</p><p>Thank anyway</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/code001.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by kikye</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Tue, 13 Apr 2010 17:16:26 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002954</guid><description><![CDATA[ <p>I liked it.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/kikye.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Neullson</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Wed, 14 Jul 2010 23:10:09 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009456</guid><description><![CDATA[ <p>Hmm.. Excuse me.. I want to watch this video, but I can&#39;t. I&#39;ve install Microsoft Silverlight, but it&#39;s just the same. Need hel here...</p><p>Thank you...</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Neullson.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by sam_rek</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Mon, 26 Jul 2010 04:54:45 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009619</guid><description><![CDATA[ <p>Great videos..... easy to understand great platform to learn dynamic data....</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/sam_rek.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Govind1987</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Mon, 13 Sep 2010 06:34:30 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010204</guid><description><![CDATA[ <p>These videos are really wonder,actually when i have seen these videos really understood... thank you people..</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Govind1987.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by KaNanga</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Fri, 22 Apr 2011 21:47:52 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012939</guid><description><![CDATA[ <p>Great stuff!  Thank you!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/KaNanga.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by KaNanga</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/begin-editing-the-templates-in-aspnet-dynamic-data-applications</link><pubDate>Fri, 22 Apr 2011 21:48:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012940</guid><description><![CDATA[ <p>Great stuff!  Thanks!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/KaNanga.jpg?forceidenticon=false&amp;dt=635044585200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>