I am using JSignature to capture the user’s signature through html5/Jquery Mobile.
I have the signaturature which is alphanumeric values then store in the SQL Server 2008 database.
I need to show the signature in ASP.NET but now sure how to convert those alphanumberic values into something that ASP.NET can read.
jSignature
You can use the embedded img show as:
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUh .... " >where
base64,iVBORw0KGgoA...is your data from the signature.