i have a databound gridview and am required to make one of the cells clickable whereby additional info will be shown in rows underneath the clicked row.
i have added a link button to the cell that shows the persons name and added a commandname and commandargument for the userid.
currently im using the rowcommand event to grab the userid and pull back the relevant records into a dataset, but am having trouble looping through this dataset and getting the extra rows of data to appear.
whats the best approach to achieve this?
Go to the complete details ...