1
Answer

Add a list of values in single variable

Ask a question
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)