Hi,
I'm trying to automatically refresh an image button to notify the users when thy get a a message in their internal inbox (db driven) by changing the original image by another one including an alert sign (like the iPhone red circle).
Also when the user click on that image button I would like to refresh the content of the user control to display the exact number of received messages.
I don't know exactly how to do it and do not find any relevant example on the demo website, could you please let me know how you would take care of it ?
Thanks for your support,
Herve
I'm trying to automatically refresh an image button to notify the users when thy get a a message in their internal inbox (db driven) by changing the original image by another one including an alert sign (like the iPhone red circle).
Also when the user click on that image button I would like to refresh the content of the user control to display the exact number of received messages.
<
asp:ImageButton
ID
=
"BtnNotif"
width
=
"153"
height
=
"42"
runat
=
"server"
/>
<
telerik:RadToolTip
ID
=
"RttNotifs"
runat
=
"server"
TargetControlID
=
"BtnNotif"
RelativeTo
=
"Element"
ManualClose
=
"true"
ShowEvent
=
"OnClick"
Position
=
"BottomCenter"
RenderInPageRoot
=
"False"
Skin
=
"Hotlinexxx"
EnableEmbeddedSkins
=
"false"
Width
=
"300px"
Height
=
"200px"
>
<
uc1:notifications
runat
=
"server"
ID
=
"notifications"
/>
</
telerik:RadToolTip
>
I don't know exactly how to do it and do not find any relevant example on the demo website, could you please let me know how you would take care of it ?
Thanks for your support,
Herve