I am trying to get the colors the way I want on the appointment itself.
In the code behind I set the following
Also if I make the 'header' of the appointment a solid colr can I move the subject down under the color coding.
http://update.timsforaudiology.com/bruce/Schedule.png
In the code behind I set the following
apt.BorderColor = color;
apt.BackColor =
Color.White;
apt.BorderStyle = System.Web.UI.WebControls.
BorderStyle.Solid;
But take a look at the link below and see what my problem is. Also want to know if I can increase the size of the border.Also if I make the 'header' of the appointment a solid colr can I move the subject down under the color coding.
http://update.timsforaudiology.com/bruce/Schedule.png