I want to show information of particular row of repeater when mouse pointer go to that particular row
means i want to show information on mouseover event of particualar row using only repeater control in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rohan ParakhePosted Nov 4, 2015, 7:03 AM
Posted Nov 4, 2015, 6:22 AM
you can simply use a label and replace the following
<%# DataBinder.Eval(Container.
by
tooltip='<%# DataBinder.Eval(Container.
>