<link rel="stylesheet" type="text/css" href="dbnetsuite.css.ashx" /> <script language="JavaScript" src="dbnetsuite.js.ashx"></script>
<script> jQuery(document).ready( init ) function init() { var dbnetedit1 = new DbNetEdit("dbnetedit1"); with (dbnetedit1) { connectionString = "SamplesDatabase" fromPart = "Products" setColumnExpressions("ProductName","UnitPrice") setColumnProperty("UnitPrice","style","background-color:#cccccc; font-family:Courier New") initialize() } } </script>
<table> <tr> <td> <div id="dbnetedit1"></div> </td> </tr> </table>