Formatting a label in calendar control

saujanya_26

Member
Joined
Apr 12, 2006
Messages
8
Programming Experience
Beginner
Hi,

I am using a calendar control. When the page is being loaded a dayrenderer function is being called and a label is loaded in each day cell. Now I need to format the label such that the label is made left align to cell and date remains right align. I ve tried Horizontal Align to right in DayStyle to keep date on right, but then the label is also going right even if i code the label as aLabel.Text.PadRight(100). I am supposing its very simple, but am not able to figure what the problem is. Any help in this regard would be appreciated.

Thank You,
Saujanya Mudireddy
 
Back
Top