Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

i have a datalist in that I have bound Employee Name and a static Image and the data key name is EmployeeID .Now I want as soon as any one mouse over on the image.
I want to display time from table as per datakey name.

Please let me know how to do it?

Thanking You.
Mohammad Wasif
Posted
Updated 14-Jan-11 20:04pm
v2

1 solution

So whats the issue? Did you try anything?

You can bind a JavaScript method to image mouse-over event. On mouse-over event, pass on the needed datakey - you can attach that as function parameter while defining the method and attaching it item-wise.

When method is called, use the datakey and get the needed time to display. Please try.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900