I have 3 buttons on my page and when I hover over them I want to return a service that pops up the information via a service. Is it possible to hover over and asp button and then return a special Id to the service to then look up information or is this a bridge to far.
<
tr
>
<
td
style
=
"font-size: 12px; border: 1px inset lightgray; border-right: none; font-weight: bold; font-family: Arial"
>UTA</
td
>
<
td
style
=
"border: 1px inset lightgray; border-left: none"
>
<
asp:ImageButton
ID
=
"imgUTA"
runat
=
"server"
Height
=
"28px"
Width
=
"28px"
/></
td
>
<
td
style
=
"font-size: 12px; border: 1px inset lightgray; border-right: none; font-weight: bold; font-family: Arial"
>APFT</
td
>
<
td
style
=
"border: 1px inset lightgray; border-left: none"
>
<
asp:ImageButton
ID
=
"imgAPFT"
runat
=
"server"
Height
=
"28px"
Width
=
"28px"
/></
td
>
<
td
style
=
"font-size: 12px; border: 1px inset lightgray; border-right: none; font-weight: bold; font-family: Arial"
>Admin</
td
>
<
td
style
=
"border: 1px inset lightgray; border-left: none"
>
<
asp:ImageButton
ID
=
"imgAdmin"
runat
=
"server"
Height
=
"28px"
Width
=
"28px"
/></
td
>
</
tr
>