<link rel="stylesheet" type="text/css" href="dbnetsuite.css.ashx" /> <script language="JavaScript" src="dbnetsuite.js.ashx"></script>
<script> window.onload = init //////////////////////////////////////////////////////////// function init() //////////////////////////////////////////////////////////// { var dbnetgrid1 = new DbNetGrid("dbnetgrid1"); with (dbnetgrid1) { connectionString = "SamplesDatabase" fromPart = "Employees" setColumnExpressions("FirstName","LastName","Notes") setColumnProperty("Notes","editControlType","Html") setColumnProperty("Notes","editStyle","width:400px;height:200px;") initialize() } } </script>
<div id="dbnetgrid1"></div>