App下载

try_webpages_vb_004 在线工具

try_webpages_vb_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">@Code&nbsp;

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

Dim query = &quot;SELECT * FROM Product&quot;&nbsp;

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

Dim grid = new WebGrid(data)&nbsp;

End Code</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>
运行结果