<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>Getting Started with ASP.NET 4.5 Web Forms - UI and Navigation</title><link>http://www.asp.net</link><pubDate>Mon, 11 Mar 2013 05:42:49 GMT</pubDate><generator>umbraco</generator><description>Comments for Getting Started with ASP.NET 4.5 Web Forms - UI and Navigation</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/37915" rel="self" type="application/rss+xml" /><item><title>Comment Posted by sayitfast</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Mon, 27 Aug 2012 18:40:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016306</guid><description><![CDATA[ <p>This is really good stuff... one question. The FKs that were created is that a result of:</p><p> public virtual Category Category { get; set; } ?</p><p></p><p>Thanks!!!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/sayitfast.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by sayitfast</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Mon, 27 Aug 2012 18:47:52 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016307</guid><description><![CDATA[ <p>Never mind I see it now... duh... </p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/sayitfast.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mohramzan</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Mon, 27 Aug 2012 20:22:04 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016313</guid><description><![CDATA[ <p>If all seems good and still you don&#39;t see the listview data control displaying Category list then go through all the model classes particularly productcontext. I had to replace DropCreateDatabaseIfModelChanges in productcontext with DropCreateDatabaseAlways to make it work, as i made a mistake on first time. DropCreateDatabaseIfModelChanges will modify the database only if you change your model classes unlike DropCreateDatabaseAlways which drops and create the database everytime you run the app</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/mohramzan.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by pmossel</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Wed, 26 Sep 2012 12:48:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016526</guid><description><![CDATA[ <p>Erik -- this is a great tutorial highlighting the new VS2012 features. </p><p>One very minor typo:</p><p></p><p>Under &quot;Modifying the UI&quot; in Step 3, you change the Title attribute as follows:</p><p>&lt;%@ Page Title=&quot;Welcome&quot; Language=&quot;C#&quot; MasterPageFile=&quot;~/Site.Master&quot; ...</p><p></p><p>After Step 6, you state the original Page Title rather than the new one:</p><p></p><p>&quot;The resulting Default.aspx page will appear as follows:&quot;</p><p>&lt;%@ Page Title=&quot;Home&quot; Language=&quot;C#&quot; MasterPageFile=&quot;~/Site.Master&quot; ...</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/pmossel.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ANILBABU</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Fri, 28 Sep 2012 04:48:09 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016540</guid><description><![CDATA[ <p>I have one requirement like this</p><p>I have a table CUSTOMER in that CUSTID,NAME,URL columns is thier</p><p>CUSTID NAME URL</p><p>1 asp www.asp.net</p><p>2 weblog www.weblogs.asp.net</p><p>3 google www.google.com</p><p></p><p>My question is I opening perticular url based on CUSTID</p><p></p><p>I am Passing parameter Like www.Example.com?CUSTID=1 That </p><p></p><p>corressponding URL data(Ex:www.asp.net) It will open directly in browser </p><p></p><p>using asp.net........</p><p>plz help me ...........</p><p>Thank you,</p><p>anil</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ANILBABU.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by phbeagle</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Fri, 19 Oct 2012 21:49:43 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016651</guid><description><![CDATA[ <p>In the &lt;nav&gt; section, you removed the server pieces (runat=&quot;server&quot; and &quot;~/&quot;.  Was that a typo, or intentional?  I would think that you would want to keep your server pieces in there.</p><p></p><p>Great work.  I&#39;m really glad I stumbled across it while researching other ASP items.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/phbeagle.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by asadazmat</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Fri, 14 Dec 2012 04:28:16 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000017004</guid><description><![CDATA[ <p>Thanks Erik. Keep up good work.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/asadazmat.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shanto</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Sat, 19 Jan 2013 14:48:05 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018207</guid><description><![CDATA[ <p>Really good work :)</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/shanto.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by CeeCon</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Sat, 02 Mar 2013 00:26:19 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018557</guid><description><![CDATA[ <p>You should highlight this code too:</p><p></p><p> &lt;asp:ContentPlaceHolder runat=&quot;server&quot; ID=&quot;FeaturedContent&quot; /&gt;</p><p>                &lt;section class=&quot;content-wrapper main-content clear-fix&quot;&gt;</p><p>                    &lt;asp:ContentPlaceHolder runat=&quot;server&quot; ID=&quot;MainContent&quot; /&gt;</p><p>                &lt;/section&gt;</p><p></p><p>in the Adding a Data Control to Display Navigation Data section. Nice article. :)</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/CeeCon.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by GregBUSA</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Sun, 10 Mar 2013 22:36:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018642</guid><description><![CDATA[ <p>I did this once using the local database.  At first, it seemed really excellent for my needs.  My next step was to apply it to my current website, which has an existing database.  This is the error I get: </p><p></p><p>&quot;Model compatibility cannot be checked because the database does not contain model metadata. Model compatibility can only be checked for databases created using Code First or Code First Migrations.&quot;</p><p></p><p>Any guidance would be appriciated.  greg_vs_gregg@hotmail.com</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/GregBUSA.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by GregBUSA</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Sun, 10 Mar 2013 22:38:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018643</guid><description><![CDATA[ <p>By the way my database is SQL Server, remotely hosted.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/GregBUSA.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by GregBUSA</title><link>http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/ui_and_navigation</link><pubDate>Mon, 11 Mar 2013 05:42:49 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018644</guid><description><![CDATA[ <p>Solution Found.  For everyone who has the same issue, here are the steps I went through to get back on track using a remotely hosted SQL Server database.</p><p>1. To preserve data, I created a new database via the hosting website.</p><p>2. In the IDE&#39;s Package Management Console </p><p>    I set Package Source = All </p><p>3. I entered: PM&gt; Enable-Migrations</p><p>4. This generates a Migrations folder containing Configuration.cs.  </p><p>    I set AutomaticMigrationsEnabled = true;</p><p>5. I entered: PM&gt; update-database -script</p><p>   The above generates the SQL the IDE will use.  I copied the SQL.</p><p>   Using Microsoft SQL Server Management Studio, I executed the SQL query.</p><p>6. I ran the application again, this time with no problems except missing data.</p><p>7. I ran INSERT queries for the missing data in the Products and Categories tables</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/GregBUSA.jpg?forceidenticon=false&amp;dt=635047616400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>