BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
[ASPX]
<ej:Gantt ID="GanttControlResource" ActionBegin="ActionBegin" ActionComplete="ActionComplete">
</ej:Gantt>
<script type="text/javascript">
function ActionBegin(args) {
if (args.requestType === 'delete' && !confirm("Are you sure ? "))
args.cancel = true;
}
// To update the database through dialog editing or tool bar editing
function ActionComplete(args) {
// Sql delete operations
}
</script> |
Thank you for the great Support.
Martin