Click here to Skip to main content
15,924,318 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've been requested to add a signature pad function on to a ASP.NET application. I can't get the signature pad to display. The page is an ASPX Web Form with a Master Page. Can figure out where or what part of code below to place in Master or Content page? Any help would be appreciated and Thanks.

<!DOCTYPE html>

<meta charset="utf-8">
<title>Signature Pad
<pre lang="HTML">&lt;pre lang="Javascript"></pre></pre>
body {
font: normal 100.01%/1.375 "Helvetica Neue",Helvetica,Arial,sans-serif;
}










Print your name.

Write your signature.





<canvas class="pad" width="198" height="50">


Save Signature






$(document).ready(function () {
$('.sigPad').signaturePad({ drawOnly: true, drawBezierCurves: true });
});




What I have tried:

I've been able to display the buttons and text box but the signature pad canvas does not display.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900