BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void button1_Click(object sender, System.EventArgs e) { this.Validate(); DataTabel t2 = dt.GetChanges(DataRowState.Modified); if( t2 != null) { Console.WriteLine(t2.Rows.Count); } }
>private void button1_Click(object sender, System.EventArgs e) >{ > this.Validate(); > DataTabel t2 = dt.GetChanges(DataRowState.Modified); > if( t2 != null) > { > Console.WriteLine(t2.Rows.Count); > } >} >GGC_MoveCOlumns_8e767f4c1_1090.zip