Cloud Automation

Cloud Automation

  • NA
  • 11
  • 1.4k

How to copy data from tables to clipboard using c#?

May 25 2019 9:07 AM
I want to copy data from datatables to clipboard how to implement this into below code.?
  1. if (!string.IsNullOrWhiteSpace(applicationPreferences)) {  
  2.  this.splashScreenManager1.ShowWaitForm();   
  3.  PrintingStructure.SendEODBySMS(this.txtMobile.Text, this.netReceivable, this.dueAmount, this.netPayable, this.netExpenses, this.cashInHand, this.eODDate);  
  4.  if (this.splashScreenManager1.IsSplashFormVisible) {  
  5.   this.splashScreenManager1.CloseWaitForm();  
  6.  }  
  7. }  
 

Answers (3)