Click here to Skip to main content
15,891,748 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi friends i want to show tool tip for anchor tag in asp calender.


Eg:

on day render event of asp calender i am assigning cells text from database

e.Cell.Text += "" + _dt.Rows[i]["Small_Name"].ToString() + "";



when mouse over on smallname it display full name

thank you
Posted
Comments
Sergey Alexandrovich Kryukov 6-May-13 3:09am    
The question makes no sense, here is why: "tooltip" is related to UI, and you did not tag the UI library you use, or your application type.
—SA
sri senthil kumar 6-May-13 4:29am    
I hope there is an option like e.Cell.ToolTip try with that...

1 solution

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