Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
i need my client to sign on web form when the job is done, that signature is then saved as a binary string/base64 string under column clientSignature in sql database.
so that when i am printing my report i can pull the clients signature as image from the selected job row. hope that makes sense.I appologise for being vague imnew to this.
Posted
Updated 15-Feb-21 22:25pm
v3
Comments
Richard MacCutchan 10-Jun-14 4:36am    
Capture it from where?
[no name] 10-Jun-14 4:51am    
explain your query in brief
Uriel Tinashe Patsanza 10-Jun-14 5:14am    
to capture it from a web form. i need my client to sign on web form when the job is done, that signature is then saved as a binary string/base64 string under column clientSignature in sql database.
so that when i am printing my report i can pull the clients signature as image from the selected job row. hope that makes sense.I appologise for being vague imnew to this.

1 solution

You'll have to use a 3rd party control. .Net does not natively support capturing signatures. Just google for asp.net signature control.

Here's one, http://www.supersignature.com/[^]
 
Share this answer
 

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