How is it possible to customize “Go to the previous month” and “Go to the next month” tooltips is standard asp.net Calendar control.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The PrevMonthText and NextMonthText properties of the Calendar controls accept HTML markup, i.e. they don’t encode the string assigned to them.
Therefore, you can use them to render a
<span>element with itstitleattribute set to the custom text you want to appear in the tooltip: