How to hide the WeekDay Header in the Calendar control

Platform: ASP.NET| Category: Calendar

In the Calendar PreRender Event

VB.NET


Calendar1.ShowDayHeader = False

C#


Calendar1.ShowDayHeader = false;

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.