BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
"Content/ej/web/ej.widgets.core.bootstrap.min.css",
"Content/ej/web/bootstrap-theme/ej.theme.min.css",
"Content/ej/web/responsive-css/ej.responsive.css",
"Content/ej/web/responsive-css/ejgrid.responsive.css"
<div id="DialogMode" style="display:none">
<table>
<tr>
<td>OrderID:</td>
<td><input type="text" id="OrderID" disabled value=""/></td>
</tr>
<tr>
<td>CustomerID:</td>
<td><input type="text" id="CustomerID" value=""/></td>
</tr>
<tr>
<td>EmployeeID:</td>
<td><input type="text" id="EmployeeID" value=""/></td>
</tr>
<tr>
<td>Freight:</td>
<td><input type="text" id="Freight" value=""/></td>
</tr>
</table>
<div style="display:inline-block;float:right">
<button id="OK"> Ok</button>
<button id="Cancel">Cancel</button>
</div>
<br/><br/>
</div> |