ASP.NET WebControl Based off of the Calendar Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Control the is based of of the System.Web.UI.Calendar

I need to get rid of some of the day columns.

Say if I want to get rid of Saturday and Sunday
Completly remove the columns

Thanx in advance
 
I have been working with the onrDay render and I am clearing out the controls
in the cells that I don't want to render.
all is good except the cell obect is still there because the calendar
control is one big table with table cells and table rows.

How can I remove the Table Cells completely from the control?
 
Back
Top