|
Hi,
I have a datagrid that has 5 columns, "Tester_ID","Activity","Hours_given","EngTime" and "Delta". Delta has the result of values of Hours_given - EngTime. What I have to do is, whenever there is a negative value in the Delta column, a mail should be triggered automatically to the person in charge to the respective Activity.
Example
Tester_ID Activity Hours_given EngTime Delta
1 ab 3 5 -2
2 cd 5 2 3
So the mail should be triggered to the person in charge for ab . Can anyone help me with this?
I dont have grid view control in my toolbox. Only dataview available. can anyone help me with the coding please
|
|
|
|
|
|
|
// |