<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Customizing the Calendar control in ASP.NET</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx</link><description>Recently I had to work on customizing an ASP.NET Calendar control by adding text to the day cells for my team's AppWeek project. This proved to be not as straight-forward as I thought so here is what I did in case someone else might want to do the same.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Customising the ASP.NET Calendar Control</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx#74634</link><pubDate>Tue, 17 Feb 2004 11:27:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:74634</guid><dc:creator>William.Blog()</dc:creator><description /></item><item><title>re: Customizing the Calendar control in ASP.NET</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx#86086</link><pubDate>Mon, 08 Mar 2004 22:33:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:86086</guid><dc:creator>Claude Dupont</dc:creator><description>To be able to receive event when you click on a day you have to add this to the calendar control...&lt;br&gt;OnSelectionChanged=&amp;quot;SelDate_Changed&amp;quot;&lt;br&gt;&lt;br&gt;and in the SelDate_Changed method:&lt;br&gt;DateTime aSelectedDate=myCal.SelectedDate;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Customizing the Calendar control in ASP.NET</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx#94696</link><pubDate>Tue, 23 Mar 2004 21:53:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:94696</guid><dc:creator>Rich Lusk</dc:creator><description>Absolutely Outstanding!!!!  I had added the text but lost the selectability.  Your example was the missing piece of the puzzle.  Don't know that I would have ever deduced the 'ID'.&lt;br&gt;&lt;br&gt;It was also great to hear QA guys becoming coder's like us in the field - a very wothwhile effort!!!&lt;br&gt;&lt;br&gt;Thanks again!!!!&lt;br&gt;&lt;br&gt;rich</description></item><item><title>re: A better way?</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx#100522</link><pubDate>Sun, 28 Mar 2004 04:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:100522</guid><dc:creator>Daniel F</dc:creator><description>[Visual Basic]&lt;br&gt;e.Cell.Controls.Add(new LiteralControl(Chr(60) &amp;amp; &amp;quot;br&amp;quot; &amp;amp; Chr(62) &amp;amp; &amp;quot;stuff and stuff&amp;quot;))&lt;br&gt;&lt;br&gt;peace</description></item><item><title>re: Customizing the Calendar control in ASP.NET</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx#115524</link><pubDate>Sun, 18 Apr 2004 20:24:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:115524</guid><dc:creator>sadf</dc:creator><description>asd</description></item><item><title>re: Customizing the Calendar control in ASP.NET</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx#143112</link><pubDate>Thu, 27 May 2004 19:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:143112</guid><dc:creator>srinivas</dc:creator><description>it's good but i have some doubts regarding this how to contact u &lt;br&gt;plz help me </description></item><item><title>re: Customizing the Calendar control in ASP.NET</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx#184179</link><pubDate>Thu, 15 Jul 2004 18:40:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:184179</guid><dc:creator>steve</dc:creator><description>I'd like the calendar to not expand as it does when one cell has data.</description></item><item><title>re: Customizing the Calendar control in ASP.NET</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx#184587</link><pubDate>Fri, 16 Jul 2004 02:48:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:184587</guid><dc:creator>Josh</dc:creator><description>How do I remove the weekends? I just want M-F on my ASP:Calendar control !!</description></item><item><title>re: Customizing the Calendar control in ASP.NET</title><link>http://blogs.technet.com/monicaboris/archive/2004/02/16/74482.aspx#191055</link><pubDate>Thu, 22 Jul 2004 15:44:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:191055</guid><dc:creator>Hemant Soni</dc:creator><description>Hi, Can any one tell me how to select same date for different purposes in a page.</description></item></channel></rss>