I want to copy data from datatables to clipboard how to implement this into below code.?
- if (!string.IsNullOrWhiteSpace(applicationPreferences)) {
- this.splashScreenManager1.ShowWaitForm();
- PrintingStructure.SendEODBySMS(this.txtMobile.Text, this.netReceivable, this.dueAmount, this.netPayable, this.netExpenses, this.cashInHand, this.eODDate);
- if (this.splashScreenManager1.IsSplashFormVisible) {
- this.splashScreenManager1.CloseWaitForm();
- }
- }
Gajendra JangidPosted May 27, 2019, 1:47 AM
Cloud AutomationPosted May 25, 2019, 1:06 PM
Amit GuptaPosted May 25, 2019, 9:16 AM