hi there, I have to get count of repeated values in a particular column dynamically using c#
lets say like
coloumn A
........................
MOUSE
CAT
CAT
TIGER
CAT
here i need to select each column cell value and find how many times that value occurs


