
U:\Labs\nnLab3 where nn is your cs351 account number.Lab3.mdf on your desktopSuppliers and Inventory with the columns (fields) shown on the right.Inventory.SupplierId that references Suppliers.SupplierIdWrite the stored procedure to fill the Suppliers table with three suppliers and the Inventory table five items
Create a typed DataSet to implement the DAL (Data Access Layer) for your project
Add three new TableAdapters to your project
<= @Quantity
Add the HTML, ASP.NET controls, and three asp:GridView controls to your Default.aspx page to
Note: Do this with C# code and your custom adapters. The asp:GridViews should be minimal
<h3>All Suppliers</h3>
<asp:GridView ID="SuppliersGridView" runat="server" />
<h3>Entire Inventory</h3>
<asp:GridView ID="InventoryGridView" runat="server" />
asp:BoundFields to your asp:GridView and clean up the column's HeaderTextasp:TextBox to error check that the user entered a positive integer value for the reorder quantityLab 3 is an in-class assignment begun on Wednesday and due by the start of class on Friday
nnLab3 folder
Lab3.mdf database file from your Desktop to your U:\Labs\nnLab3\app_data folder