@Code Dim db = Database.Open("SmallBakery") Dim query = "SELECT * FROM Product" Dim data = db.Query(query) Dim grid = new WebGrid(data) End Code Displaying Data Using the WebGrid Helper

Small Bakery Products

@grid.GetHtml()