I am trying to create calender extender on runtime and i am getting it but css or background of calender dispalying transparent. Here is my code

 Table t = new Table();
 AjaxControlToolkit.CalendarExtender ce = new AjaxControlToolkit.CalendarExtender();
 ce.ID = "ce" + dt.Rows[i][2].ToString(); // Binding with database
 ce.TargetControlID = rdb.ID;
 ce.DaysModeTitleFormat = "yyyy/MM/dd";
 ce.Format = "yyyy/MM/dd";
 ce.TodaysDateFormat = "yyyy/MM/dd";
 td1.Controls.Add(ce); \\ here  TableCell td1 = new TableCell();
 placeholder.Controls.Add(t); 

Please help me ... Required it asap. Thanks in advance

link|improve this question
if you remove from your questions the required, the asap, and understand that people here like to help because they won, and not because they are demand to, maybe you get more answers. Your problem is on css, open the sdk from ajax control toolkit to locate the css for the calendar and you solve your problem here. – Aristos Jan 8 at 15:08
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.