App下载

try_webpages_cs_004 在线工具

try_webpages_cs_004 在线工具

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/statics/demosource/showrazor.css">
</head>
<body>
<span class="marked">@{&nbsp;

var db = Database.Open(&quot;SmallBakery&quot;) ;&nbsp;

var query = &quot;SELECT * FROM Product ORDER BY Name&quot;;&nbsp;

var data = db.Query(query);&nbsp;

var grid = new WebGrid(data);&nbsp;

}</span>

<html>&nbsp;

<head>&nbsp;

<title>Displaying Data Using the WebGrid Helper</title>&nbsp;

</head>&nbsp;

<body>&nbsp;

<h1>Small Bakery Products</h1>&nbsp;

<div id=&quot;grid&quot;>&nbsp;

<span class="marked">@grid.GetHtml()</span>

</div>&nbsp;

</body>&nbsp;

</html>
</body>
</html>
运行结果