BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
protected override void Dispose( bool disposing )
{
if( disposing )
{
//save the grid here
if (components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}