Add a list of values in single variable

Feb 6 2017 6:35 AM
In my database table I have a registrationdate field, Minutes field,projectId. In that RegistrationDate varies for same projectId. I need to get the all  Minutes(double) values into a single variable(Total number of mintues) for particular projectId.(through code behind C#)

Answers (1)