4
Answers

delete rows from DataTable based on comparing row values

Photo of Farhan Shariff

Farhan Shariff

11y
5.6k
1
CR CN
4.69517 4.559232
6.100273 4.942965
4.148316 4.039106
4.469541 4.339533
121.9486 121.2923
118.4546 117.8093
126.1222 125.5393
41.86481 42.70397
48.10417 48.88662



I have a datatable I want to delete rows if both (CR > 6 &&  CN > 6) I need to check both conditions and then delete

foreach( DataRow row in table1.Rows )
{
  if( /*  condition* / )
  row.Delete();
}

Answers (4)

0
Photo of ummidi kondababu
NA 10 2.6k 10y
i am sending mail from these Usernames

0
Photo of ummidi kondababu
NA 10 2.6k 10y
Please Once Check My code In This below Link
http://www.codeproject.com/Tips/640802/Create-SendEmail-Workflow-Custom-Activity

i am Not Sending Multiple Emails.I am Just sending Email But While Sending Email Am getting Problem.




can you refer me any code for sending email in windows workflow application,visualstudio
0
Photo of Vikram Agrawal
NA 592 5.9k 10y
Hi ummidi
Are you sending mails from these usernames or you sending to these mails
0
Photo of Vithal Wadje
NA 47.6k 23.3m 10y
are you trying to send Multiple email ? ,refer my article list related to email sending