8
Answers

return column name through tooltip

Gaurav Raj

Gaurav Raj

7y
567
1
this is my code but its return only one value of column public string totalcoment(int a) { var q = cs.da.TotalLikeNameProcedure(a); foreach (var item in q) { return item.Name.ToString(); } return ""; }
Answers (8)