Skip to content Skip to sidebar Skip to footer

Written Signature On Application In C# Mvc3 (non Hosted) As Part Of Employment Application

I'm trying to find a solution similar to http://www.tenstreet.com . I've tried looking around the internet and on sourceforge, but everything I find is about a cryptography digita

Solution 1:

You should be able to do something with an HTML5 canvas, though I don't think IE supports it until IE9. But there are a number of HTML5 canvas drawing tutorials around, including the one at dev.opera.com, and there are canvas-based components like paintweb.

By googling "signature with mouse" I found this site: http://www.onlinesignaturepad.com - requires Silverlight, so is I suppose the MS equivalent of a Flash or Shockwave based solution. The search returned some other options, so perhaps one or another will suite your project.

Solution 2:

Little Late, but at this time I'd use :

JQuery Signature Pad

and

Server Side C#:

Signature to Image Github (C#)

Post a Comment for "Written Signature On Application In C# Mvc3 (non Hosted) As Part Of Employment Application"