Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, I would want to apply background color and font color to the tooltip of a calendar that shows events on each date.
Please give me the complete code for the tooltip style


ASP.NET
<asp:Calendar ID="calendar" OnDayRender="calendar_DayRender" OnSelectionChanged="calendar_SelectionChanged" runat="server"></asp:Calendar>


i have loaded the events for each date from database in calendar_DayRender().
But i am not able to add any styles to the tooltip.
Posted
Updated 8-Feb-15 20:59pm
v2
Comments
Which calendar? What have you tried?
Divya Aq 9-Feb-15 3:00am    
please check my updated question

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