I have a repeater control, it has many rows bound with a data table. Example :
rows have columns like
ordernumber ItemDesc price customername
Row 1,2,3,4,5 are visible all the time but row 6 is hidden, row 6 has more details about row 5. I want when the user hovers over on row 5 they can see its details in row 6.
Please help