<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>Creating a Data Access Layer</title><link>http://asp.net</link><pubDate>Tue, 11 Dec 2012 20:11:17 GMT</pubDate><generator>umbraco</generator><description>Comments for Creating a Data Access Layer</description><language>en</language><atom:link href="http://asp.net/rss/comments/33345" rel="self" type="application/rss+xml" /><item><title>Comment Posted by tojiamathew</title><link>http://asp.net/web-forms/tutorials/data-access/introduction/creating-a-data-access-layer-vb</link><pubDate>Thu, 02 Sep 2010 15:04:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010101</guid><description><![CDATA[ <p>Adding DAL with datasets like that above is a best method for large projects/applications ?</p><p>Is the dataset fully configurable for all possible business rules?</p><p>Is there any drawbacks in the above method if we use it in large projects?</p><p></p><p>Thanks</p><p>Toji</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/tojiamathew.jpg?forceidenticon=false&amp;dt=635047556400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by marz.explorer</title><link>http://asp.net/web-forms/tutorials/data-access/introduction/creating-a-data-access-layer-vb</link><pubDate>Thu, 23 Sep 2010 14:16:56 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010356</guid><description><![CDATA[ <p>I recently finished going through &quot;Sams Teach Yourself ASP.NET 2.0 in 24 Hours&quot;. This seems like it is a good next step. The book only used simple data retrieval examples (which were good for starters). I hope to continue with all the Data tutorials. Nice step-by-step approach.</p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/marz.explorer.jpg?forceidenticon=false&amp;dt=635047556400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by gerrishp2</title><link>http://asp.net/web-forms/tutorials/data-access/introduction/creating-a-data-access-layer-vb</link><pubDate>Sun, 07 Nov 2010 12:29:43 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000010857</guid><description><![CDATA[ <p>This is an awesome step by step tutorial.  I have been using it as my best practices reference for over a year.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/gerrishp2.jpg?forceidenticon=false&amp;dt=635047556400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by kguerrero</title><link>http://asp.net/web-forms/tutorials/data-access/introduction/creating-a-data-access-layer-vb</link><pubDate>Sun, 13 Feb 2011 16:18:36 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012036</guid><description><![CDATA[ <p>Really Great Tutorial!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/kguerrero.jpg?forceidenticon=false&amp;dt=635047556400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Angosso</title><link>http://asp.net/web-forms/tutorials/data-access/introduction/creating-a-data-access-layer-vb</link><pubDate>Wed, 06 Apr 2011 03:53:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012725</guid><description><![CDATA[ <p>&lt;%@ Page Language=&quot;VB&quot; CodeFile=&quot;Angosso.aspx.vb&quot;</p><p>    AutoEventWireup=&quot;true&quot; Inherits=&quot;SuppliersAndProducts&quot; %&gt;</p><p>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;</p><p>    &quot;<a rel="nofollow" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;" target="_blank">www.w3.org/</a></p><p>&lt;html xmlns=&quot;<a rel="nofollow" href="http://www.w3.org/1999/xhtml&quot;" target="_blank">www.w3.org/</a> &gt;</p><p>&lt;head runat=&quot;server&quot;&gt;</p><p>    &lt;title&gt;Angosso&lt;/title&gt;</p><p>    &lt;link href=&quot;<a rel="nofollow" href="http://www.angosso.net&quot;" target="_blank">www.angosso.net</a> rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>    &lt;form id=&quot;www.angosso.net&quot; runat=&quot;server&quot;&gt;</p><p>    &lt;div&gt;</p><p>        &lt;h1&gt;</p><p>            Code Parent [angosso.net/.]&lt;/h1&gt;</p><p>        <p></p><p>            &lt;asp:GridView ID=&quot;Angosso1&quot; runat=&quot;server&quot;</p><p>             AutoGenerateColumns=&quot;False&quot;</p><p>             CssClass=&quot;AngossoWebControlStyle&quot;&gt;</p><p>                &lt;HeaderStyle CssClass=&quot;Angosso&quot; /&gt;</p><p>                &lt;AlternatingRowStyle CssClass=&quot;AlternatingRowStyle&quot; /&gt;</p><p>                &lt;Columns&gt;</p><p>                    &lt;asp:BoundField DataField=&quot;Angosso&quot;</p><p>                      HeaderText=&quot;Supplier&quot; /&gt;</p><p>                    &lt;asp:TemplateField HeaderText=&quot;Products&quot;&gt;</p><p>                        &lt;ItemTemplate&gt;</p><p>                            &lt;asp:BulletedList ID=&quot;www.angosso.net/&quot;</p><p>                             runat=&quot;server&quot; DataSource=&quot;&lt;%# CType(CType(Container.DataItem, System.Data.DataRowView).Row, Angosso.SuppliersRow).GetProducts() %&gt;&quot;</p><p>                                 DataTextField=&quot;ASP.NET&quot;&gt;</p><p>                            &lt;/asp:BulletedList&gt;</p><p>                        &lt;/ItemTemplate&gt;</p><p>                    &lt;/asp:TemplateField&gt;</p><p>                &lt;/Columns&gt;</p><p>            &lt;/asp:Angosso&gt;</p><p>             </p></p><p>    &lt;/div&gt;</p><p>    &lt;/form&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Angosso.jpg?forceidenticon=false&amp;dt=635047556400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by salvationishere</title><link>http://asp.net/web-forms/tutorials/data-access/introduction/creating-a-data-access-layer-vb</link><pubDate>Thu, 08 Sep 2011 13:39:48 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014149</guid><description><![CDATA[ <p>This is a great tutorial!  Very well-written.  However, I am getting the error:</p><p>Parser Error Message: Could not load type &#39;WebApplication1.Global_asax&#39;.</p><p></p><p>on line:</p><p>Line 1:  &lt;%@ Application Codebehind=&quot;Global.asax.vb&quot; Inherits=&quot;WebApplication1.Global_asax&quot; Language=&quot;vb&quot; %&gt;</p><p></p><p>But I do not see the Global_asax file included in the tutorial code download.  Where can I find this code?</p><p></p><p>I am also getting the error:</p><p>Error	2	&#39;GridView1&#39; is not declared. It may be inaccessible due to its protection level.	c:\users\daultron\documents\visual studio 2010\projects\WebApplication1\WebApplication1\AllProducts.aspx.vb	8	9	WebApplication1</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/salvationishere.jpg?forceidenticon=false&amp;dt=635047556400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mark_anderson_us</title><link>http://asp.net/web-forms/tutorials/data-access/introduction/creating-a-data-access-layer-vb</link><pubDate>Tue, 11 Dec 2012 20:11:17 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016989</guid><description><![CDATA[ <p>My project is called &quot;DAL2&quot;</p><p></p><p>Why do I have to keep using the project name as a prefix: </p><p></p><p>Imports DAL2.NorthWindTableAdapters</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/mark_anderson_us.jpg?forceidenticon=false&amp;dt=635047556400000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>