Hellow pals,i have a radgrid whereby it contains the column "Number of Students".This column has to fetch details of a student Id and show the number of students that were addded by that studentID,Lets say a studenID "X" created students "A,B,C",then what should appear in the radfrod grid is "3"which counts those students, i have a method which returns list of students by studentID but this one populates on a dropdown,My question is,should i create another method which returns the same students but counts all?Then how can i bind that result to show on that column in the radgrid?.Someone give me more clarifications
Thanks
Mark as answer if satisfied