<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>How Do I Make Custom Pages?</title><link>http://asp.net</link><pubDate>Wed, 15 Aug 2012 13:31:11 GMT</pubDate><generator>umbraco</generator><description>Comments for How Do I Make Custom Pages?</description><language>en</language><atom:link href="http://asp.net/rss/comments/33766" rel="self" type="application/rss+xml" /><item><title>Comment Posted by thanhtungo</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Thu, 22 May 2008 21:45:36 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003038</guid><description><![CDATA[ <p>I need source code examples. Thanks!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/thanhtungo.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shanselman</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Mon, 09 Jun 2008 14:26:06 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003039</guid><description><![CDATA[ <p>All the source and examples are up here: &lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://code.msdn.microsoft.com/dynamicdata/Release/ProjectReleases.aspx?ReleaseId=1039&quot;&gt;code.msdn.microsoft.com/.../ProjectReleases.aspx&lt;/a&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/shanselman.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by erik_kron</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Thu, 17 Jul 2008 17:55:21 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003040</guid><description><![CDATA[ <p>These videos are very informative.</p> <p>What I spent one month developing with other technologies I &#160;was able to do in 2 hrs using these examples. </p> <p>One thing I have not been able to do or understand how to do is how can I display the tables in different pages? Basically, I want a main page and that page has links to say &quot;show me products&quot; and another &quot;show me orders&quot;. On clicking &quot;show me products&quot; link I see only products, I do not see the other tables in the DB.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/erik_kron.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rchung</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Thu, 28 Aug 2008 17:52:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003041</guid><description><![CDATA[ <p>When I try dragging a copy of the list.aspx file to a custom folder in the &quot;CustomPages&quot; folder, it just moves the existing copy into that folder. &#160;Is there a setting I need to change in order to change this behavior?</p> <p>Thanks!</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/rchung.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gsuttie2002</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Thu, 11 Sep 2008 04:27:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003042</guid><description><![CDATA[ <p>Hi Scott</p> <p>Wheer is the best place to keep up to date with Dynamic Data - there seems to be a fair amount of releases - I was working through your videos and notice a few difference (copying a page to the custompages folder broke) - where is the best place to keep up to date with this?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/gsuttie2002.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by John.Vonesh</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Mon, 22 Sep 2008 15:33:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003043</guid><description><![CDATA[ <p>Hi Scott,</p> <p>I was following your example, and although the drag to folder did not work, I simply copied and pasted the page into my new folder. What I would like to know is am I missing something. I am receiving compiler errors that states &quot;Type &#39;Project&#39; already defines a member called &#39;Page_Init&#39; with the same parameter types&quot; and the same error for other standard methods as well. Do I need to rename anything?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/John.Vonesh.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bajov</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Tue, 07 Oct 2008 17:02:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003044</guid><description><![CDATA[ <p>Hi Scott,</p> <p>Thanks for the demos. They are great. This one might need some tweaking.</p> <p>ListDetails.aspx copy and paste works (compiles and runs fine) until I change “CustomPages\Products ListDetails.aspx”. This change breaks the page and the error bellow is thrown. I can see the ListDetails.aspx and cs copied in DynamicDataWebSite1\DynamicData\CustomPages\Products. Restarting “Development server” or clearing ASP.NET temp cache doesn’t help but “CustomPages\Products ListDetails.aspx” deletion removes the error.</p> <p>Server Error in &#39;/DynamicDataWebSite1&#39; Application.</p> <p>----------------------------------------------------------- ---------------------</p> <p>The resource cannot be found. </p> <p>Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. &#160;Please review the following URL and make sure that it is spelled correctly. </p> <p>Requested URL: /DynamicDataWebSite1/DynamicData/CustomPages/Products/ListD etails.aspx</p> <p>----------------------------------------------------------- ---------------------</p> <p>Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/bajov.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by norisk</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Sat, 11 Oct 2008 00:05:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003045</guid><description><![CDATA[ <p>In the video you modify ListDetails.aspx rather than List.aspx. What is the difference between these two?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/norisk.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by norisk</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Sat, 11 Oct 2008 00:41:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003046</guid><description><![CDATA[ <p>Also, do I change &quot;Autogeneratecolumns&quot; or &quot;AutogenerateRows&quot; to false, or both?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/norisk.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by norisk</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Sat, 11 Oct 2008 18:56:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003047</guid><description><![CDATA[ <p>Um, there is no Autogeneraterows - it was apparently just a slip of your tongue.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/norisk.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rtpharry</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Mon, 13 Oct 2008 14:07:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003048</guid><description><![CDATA[ <p>This is definetly something I will use in my next project. The amount of stuff that you get for free is awesome. Having the sort columns, advanced paging and number per page for free is very cool</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/rtpharry.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by djibril_chimere_DIAW</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Fri, 31 Oct 2008 12:04:53 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003049</guid><description><![CDATA[ <p>Thanks! J&#235;r&#235;j&#235;f!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/djibril_chimere_DIAW.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by sama_280</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Thu, 12 Feb 2009 08:37:50 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003050</guid><description><![CDATA[ <p>Hi,</p> <p>For some of my Dynamic Data meta data tables I would like to control the order of the displayed columns.</p> <p>I have a custom page and I created a sub-directory named the same as my table. &#160;I copied the ListDetails.aspx and code file to the new directory.</p> <p>And changed &#160;AutoGenerateColumns to false(in Gridview) and AutoGenerateRows to false(DetailsView. None of them worked! Please please help me. J </p> <p>Best regards,</p> <p>Sahar</p> <p>&lt;asp:GridView ID=&quot;GridView1&quot; runat=&quot;server&quot; DataSourceID=&quot;GridDataSource&quot;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;AutoGenerateSelectButton=&quot;True&quot; AutoGenerateEditButton=&quot;True&quot; AutoGenerateDeleteButton=&quot;true&quot;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;AllowPaging=&quot;True&quot; AllowSorting=&quot;True&quot; OnDataBound=&quot;OnGridViewDataBound&quot;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;OnRowEditing=&quot;OnGridViewRowEditing&quot; OnSelectedIndexChanging=&quot;OnGridViewSelectedIndexChanging&quot;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;OnRowDeleted=&quot;OnGridViewRowDeleted&quot; OnRowUpdated=&quot;OnGridViewRowUpdated&quot;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;OnRowCreated=&quot;OnGridViewRowCreated&quot; CssClass=&quot;gridview&quot; AutoGenerateColumns=&quot;False&quot; &gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;Columns&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;asp:DynamicField &#160;DataField=&quot;DestFieldTypeDescription&quot; /&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;asp:DynamicField &#160;DataField=&quot;DestFieldTypeName&quot; /&gt; </p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;asp:DynamicField &#160;DataField=&quot;DestFieldTypeID&quot; /&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/Columns&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;PagerStyle CssClass=&quot;footer&quot; /&gt; &#160; &#160; &#160; &#160;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;SelectedRowStyle CssClass=&quot;selected&quot; /&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;PagerTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;asp:GridViewPager runat=&quot;server&quot; /&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/PagerTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;EmptyDataTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;There are currently no items in this table.</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/EmptyDataTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160;&lt;/asp:GridView&gt;</p> <p>&lt;asp:DetailsView ID=&quot;DetailsView1&quot; runat=&quot;server&quot; DataSourceID=&quot;DetailsDataSource&quot;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;AutoGenerateEditButton=&quot;true&quot; AutoGenerateDeleteButton=&quot;true&quot; AutoGenerateInsertButton=&quot;true&quot;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;OnModeChanging=&quot;OnDetailsViewModeChanging&quot; OnPreRender=&quot;OnDetailsViewPreRender&quot;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;OnItemDeleted=&quot;OnDetailsViewItemDeleted&quot; OnItemUpdated=&quot;OnDetailsViewItemUpdated&quot; OnItemInserted=&quot;OnDetailsViewItemInserted&quot; AutoGenerateRows=&quot;False&quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/asp:DetailsView&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/sama_280.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by KannanK7</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Thu, 24 Sep 2009 01:05:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003051</guid><description><![CDATA[ <p>Cool! Great features!! </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/KannanK7.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ematsuno</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Thu, 21 Jan 2010 22:18:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003052</guid><description><![CDATA[ <p>hmmm. I&#39;m wondering how you can copy and past the same page without renaming the file as in the vid example.  No routing? How does the compiler know the difference between the two different template-pages.  I&#39;m otherwise renaming the file and rerouting.  </p><p></p><p>Am I missing something?  </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/ematsuno.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jstemper</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Fri, 22 Jan 2010 20:56:10 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003053</guid><description><![CDATA[ <p>I have the same question as ematsuno.  </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/jstemper.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jstemper</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Fri, 22 Jan 2010 21:39:15 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000003054</guid><description><![CDATA[ <p>OK I see now that it is a difference between web app and web site. Started the project as a web site and things seem to be working closer to as advertised.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/jstemper.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by webasoft</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Wed, 30 Jun 2010 14:18:18 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009267</guid><description><![CDATA[ <p>I was getting the same error. I resolved this by changing: </p><p></p><p>public partial class ListDetails : System.Web.UI.Page</p><p></p><p>to</p><p></p><p>public partial class Custom_ListDetails : System.Web.UI.Page</p><p></p><p>and changing</p><p></p><p>CodeBehind=&quot;ListDetails.aspx.cs&quot; Inherits=&quot;WebApplication1.ListDetails&quot; %&gt;</p><p></p><p>to</p><p></p><p>CodeBehind=&quot;ListDetails.aspx.cs&quot; Inherits=&quot;WebApplication1.Custom_ListDetails&quot; %&gt;</p><p></p><p>Rebuild then no error</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/webasoft.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jim foulkrod</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Thu, 21 Oct 2010 10:16:33 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010694</guid><description><![CDATA[ <p>In ASP.NET 4 when I copied ListDetails.aspx to Custom Pages I had to change the namspaces in the ListDetails.cs and ListDetails.Designer.cs to be reflect their new location to prevent errors like were mentioned above. </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/jim%20foulkrod.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mreynol5</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Wed, 01 Jun 2011 08:50:31 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013353</guid><description><![CDATA[ <p>When I drag a folder from the pages templates to my newly created custom folder, errors pointing to &quot;ambiguoty&quot; are thrown.  For example, I dragged the list template into my newly created &quot;Sales: folder which I created under the &quot;CustomPages&quot; folder and all of the controls threw errors (&quot;griodview1&quot; already exists).  I wonder what I am missing???</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/mreynol5.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mwright</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Mon, 19 Sep 2011 10:28:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014217</guid><description><![CDATA[ <p>In CustomPages, I created a folder for my table (tblDevices).  </p><p>I then copied ListDetails.aspx into my tblDevices folder.</p><p>---changed ListDetails.aspx (CustomPages\tblDevices\)</p><p>   from: Inherits=&quot;InventoryManager.ListDetails&quot;</p><p>   to:   Inherits=&quot;InventoryManager.Custom_ListDetails&quot;</p><p>---changed ListDetails.aspx.cs (CustomPages\tblDevices\ListDetails.aspx)</p><p>   from: public partial class ListDetails : System.Web.UI.Page</p><p>   to:   public particla class Custom_ListDetails : System.Web.UI.Page</p><p>---I set &quot;AutoGenerateColumns=&quot;false&quot; in tblDevices\ListDetails.aspx file.  I also set my custom column headings as follows:</p><p>&lt;Columns&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;device_tag_no&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;tblCategory&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;device_tag_no&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;device_serial_no&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;device_part_no&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;cpu&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;RAM&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;HD&quot; /&gt;</p><p>     &lt;asp:DynamicField &quot;device_comment&quot; /&gt;                              </p><p>     &lt;asp:DynamicField DataField=&quot;purchase_date&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;replacement_date&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;tblLease&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;tblLocation&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;tblRoom&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;tblDepartment&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;tblDivision&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;tblEmployee&quot; /&gt;</p><p>     &lt;asp:DynamicField DataField=&quot;tblAssignment&quot; /&gt;</p><p>&lt;/Columns&gt;</p><p>I am not receiving any errors, but the order of my columns have not changed.  Does anyone have any suggestions, please.  Thanks.</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/mwright.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bravemav</title><link>http://asp.net/web-forms/videos/aspnet-dynamic-data/how-do-i-make-custom-pages</link><pubDate>Wed, 15 Aug 2012 13:31:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016176</guid><description><![CDATA[ <p>I am able to create custom pages for a base type, but not for any of its derived types. I made sure that the custom page folders match the names of the derived types&#39; database tables.</p><p></p><p>Is this a limitation of Dynamic Data?</p><p></p><p>Thank you.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/bravemav.jpg?forceidenticon=false&amp;dt=635048745600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>