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
Srinivasan RamamoorthiPosted Dec 6, 2021, 3:21 PM
Srinivasan RamamoorthiPosted Dec 7, 2021, 3:48 AM
r kPosted Dec 6, 2021, 4:16 PM
Thanks, but row 6 has its own unique id, so how I will give those details in the tooltip? Is it possible if I can bind the details of row 6 in a grid or in another repeater to show a single row just on hover over on row 5? Please suggest.
Thanks. I just modified the tooltip. I wrote a method return string with values & I am using that method as a tooltip.