<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Glenn F. Henriksen - Programming</title>
    <link>http://www.henriksen.no/</link>
    <description>My digital notepad</description>
    <language>en-us</language>
    <copyright>Glenn F. Henriksen</copyright>
    <lastBuildDate>Fri, 04 Sep 2009 19:55:02 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>blog@henriksen.no</managingEditor>
    <webMaster>blog@henriksen.no</webMaster>
    <item>
      <trackback:ping>http://www.henriksen.no/Trackback.aspx?guid=88fb3db7-6252-48bf-9633-1badfaed7e8b</trackback:ping>
      <pingback:server>http://www.henriksen.no/pingback.aspx</pingback:server>
      <pingback:target>http://www.henriksen.no/PermaLink,guid,88fb3db7-6252-48bf-9633-1badfaed7e8b.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.henriksen.no/CommentView,guid,88fb3db7-6252-48bf-9633-1badfaed7e8b.aspx</wfw:comment>
      <wfw:commentRss>http://www.henriksen.no/SyndicationService.asmx/GetEntryCommentsRss?guid=88fb3db7-6252-48bf-9633-1badfaed7e8b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
This post is part 1 of a series: [ <a href="http://www.henriksen.no/2009/09/07/KeepingTrackOfMyUserStories.aspx">Part
2</a> ]
</p>
        <p>
There’s a bunch of technologies I need to learn and some I need to improve. So I’ve
decided to make my self an application and use as many of these concepts and technologies
as possible (where they make sense that is).
</p>
        <p>
So I needed a problem that I could solve and found one right under my nose. A home
assistant, or family planer if you will. An application that will let me, my girlfriend
and my (soon) four kids organize our family life, our schedules, our house and everything
that involves two or more of us. I have a bunch of stuff I want to put into the program,
in a vague and semi prioritized list: 
</p>
        <ul>
          <li>
A common task list – stuff that needs to be done around the house 
<ul><li>
assignable to persons 
</li><li>
time limit</li></ul></li>
          <li>
Lists – shopping lists, packing lists, etc. 
<ul><li>
Being able to reuse lists</li></ul></li>
          <li>
Schedules – who’s doing what when? 
<ul><li>
Ability to view all schedules at the same screen. 
</li><li>
Alerts, preferably sent to mobile but also via IM</li></ul></li>
          <li>
House maintenance log – when did we paint it and what color, what work has been done,
etc 
<ul><li>
Upload pictures 
</li><li>
Print documentation, for instance when I’m selling it.</li></ul></li>
          <li>
Photo album 
<ul><li>
the ability to share photos with select persons.</li></ul></li>
          <li>
Mobile web client – I might not be near my PC when I need info 
<ul><li>
First read version 
</li><li>
then write / edit version</li></ul></li>
          <li>
Info screen – an application or page that can be continuously displayed in the house,
showing everyone what’s going on. 
</li>
          <li>
And whatever else I might think of. Since I’m the product owner I can add to or change
the backlog later.</li>
        </ul>
        <p>
There’s also some nonfunctional requirements
</p>
        <ul>
          <li>
Since my girlfriend is very resistant to change (I have no idea if I’ll ever get her
to use this program) I’ll have to make it as painless and easy as possible to use
this program. That probably also means using Facebook for authentication since she’s
got an FB account. 
</li>
          <li>
The main application will be a web application to make it easy to use it from multiple
machines. 
</li>
        </ul>
        <p>
Technology and methodology 
</p>
        <ul>
          <li>
I’ll be using Visual Studio 2010 to build it and use ASP.NET MVC 2. I need to familiarize
me with both. 
</li>
          <li>
I want to try out the Spark view engine, it looks really promising. 
</li>
          <li>
I’ll try and create as much as possible from the outside and in with TDD, delaying
the rest of my decisions as long as possible. 
</li>
          <li>
I want to try the LINQ for Mocks format in Moq 
</li>
          <li>
I want to use NHibernate with the fluent mappings and Linq. 
</li>
          <li>
The rest will come along as I go.</li>
        </ul>
        <p>
Oh, and I plan to blog about every step along the way and open sourcing the code,
making this into a full tutorial. 
</p>
        <p>
See ya!
</p>
        <img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=88fb3db7-6252-48bf-9633-1badfaed7e8b" />
      </body>
      <title>Creating my home assistant</title>
      <guid isPermaLink="false">http://www.henriksen.no/PermaLink,guid,88fb3db7-6252-48bf-9633-1badfaed7e8b.aspx</guid>
      <link>http://www.henriksen.no/2009/09/04/CreatingMyHomeAssistant.aspx</link>
      <pubDate>Fri, 04 Sep 2009 19:55:02 GMT</pubDate>
      <description>&lt;p&gt;
This post is part 1 of a series: [ &lt;a href="http://www.henriksen.no/2009/09/07/KeepingTrackOfMyUserStories.aspx"&gt;Part
2&lt;/a&gt; ]
&lt;/p&gt;
&lt;p&gt;
There’s a bunch of technologies I need to learn and some I need to improve. So I’ve
decided to make my self an application and use as many of these concepts and technologies
as possible (where they make sense that is).
&lt;/p&gt;
&lt;p&gt;
So I needed a problem that I could solve and found one right under my nose. A home
assistant, or family planer if you will. An application that will let me, my girlfriend
and my (soon) four kids organize our family life, our schedules, our house and everything
that involves two or more of us. I have a bunch of stuff I want to put into the program,
in a vague and semi prioritized list: 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
A common task list – stuff that needs to be done around the house 
&lt;ul&gt;
&lt;li&gt;
assignable to persons 
&lt;li&gt;
time limit&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
Lists – shopping lists, packing lists, etc. 
&lt;ul&gt;
&lt;li&gt;
Being able to reuse lists&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
Schedules – who’s doing what when? 
&lt;ul&gt;
&lt;li&gt;
Ability to view all schedules at the same screen. 
&lt;li&gt;
Alerts, preferably sent to mobile but also via IM&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
House maintenance log – when did we paint it and what color, what work has been done,
etc 
&lt;ul&gt;
&lt;li&gt;
Upload pictures 
&lt;li&gt;
Print documentation, for instance when I’m selling it.&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
Photo album 
&lt;ul&gt;
&lt;li&gt;
the ability to share photos with select persons.&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
Mobile web client – I might not be near my PC when I need info 
&lt;ul&gt;
&lt;li&gt;
First read version 
&lt;li&gt;
then write / edit version&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
Info screen – an application or page that can be continuously displayed in the house,
showing everyone what’s going on. 
&lt;li&gt;
And whatever else I might think of. Since I’m the product owner I can add to or change
the backlog later.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
There’s also some nonfunctional requirements
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Since my girlfriend is very resistant to change (I have no idea if I’ll ever get her
to use this program) I’ll have to make it as painless and easy as possible to use
this program. That probably also means using Facebook for authentication since she’s
got an FB account. 
&lt;li&gt;
The main application will be a web application to make it easy to use it from multiple
machines. 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Technology and methodology 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
I’ll be using Visual Studio 2010 to build it and use ASP.NET MVC 2. I need to familiarize
me with both. 
&lt;li&gt;
I want to try out the Spark view engine, it looks really promising. 
&lt;li&gt;
I’ll try and create as much as possible from the outside and in with TDD, delaying
the rest of my decisions as long as possible. 
&lt;li&gt;
I want to try the LINQ for Mocks format in Moq 
&lt;li&gt;
I want to use NHibernate with the fluent mappings and Linq. 
&lt;li&gt;
The rest will come along as I go.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Oh, and I plan to blog about every step along the way and open sourcing the code,
making this into a full tutorial. 
&lt;/p&gt;
&lt;p&gt;
See ya!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=88fb3db7-6252-48bf-9633-1badfaed7e8b" /&gt;</description>
      <comments>http://www.henriksen.no/CommentView,guid,88fb3db7-6252-48bf-9633-1badfaed7e8b.aspx</comments>
      <category>Home Assistant</category>
      <category>Programming</category>
    </item>
    <item>
      <trackback:ping>http://www.henriksen.no/Trackback.aspx?guid=9f6f5044-3bd1-4587-a08a-e681c475179f</trackback:ping>
      <pingback:server>http://www.henriksen.no/pingback.aspx</pingback:server>
      <pingback:target>http://www.henriksen.no/PermaLink,guid,9f6f5044-3bd1-4587-a08a-e681c475179f.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.henriksen.no/CommentView,guid,9f6f5044-3bd1-4587-a08a-e681c475179f.aspx</wfw:comment>
      <wfw:commentRss>http://www.henriksen.no/SyndicationService.asmx/GetEntryCommentsRss?guid=9f6f5044-3bd1-4587-a08a-e681c475179f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.henriksen.no/content/binary/WhyNorwegianDevelopersConference2009isth_CFED/image.png">
            <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="right" src="http://www.henriksen.no/content/binary/WhyNorwegianDevelopersConference2009isth_CFED/image_thumb.png" width="299" height="92" />
          </a> If
you’re attending one conference this year, you should be in Oslo on the 17th through
19th of June, at the NDC 2009. The line-up is fantastic and I’ll challenge anyone
to show me a development conference with a better speaker line-up.
</p>
        <p>
Mary Poppendieck, Mike Cohn, Scott Hanselman, Michael Feathers, Robert C. Martin (uncle
Bob), Ted Neward and many more. And there’s even more on the way. This is the A-Team
of speakers!
</p>
        <p>
If you’re not a full time developer, but work more as a project manager, check out
the last day, the Norwegian Agile Day, a whole day dedicated to sessions on agile
software development, with, amongst others, Mary Poppendieck, an authority in lean
development and Mike Cohn, the founder of both the Agile Alliance and the Scrum Alliance.
</p>
        <p>
It doesn’t matter where you’re from, this is the conference to attend!
</p>
        <p>
Don’t miss it! 
</p>
        <img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=9f6f5044-3bd1-4587-a08a-e681c475179f" />
      </body>
      <title>Why Norwegian Developers Conference 2009 is the place to be</title>
      <guid isPermaLink="false">http://www.henriksen.no/PermaLink,guid,9f6f5044-3bd1-4587-a08a-e681c475179f.aspx</guid>
      <link>http://www.henriksen.no/2009/01/30/WhyNorwegianDevelopersConference2009IsThePlaceToBe.aspx</link>
      <pubDate>Fri, 30 Jan 2009 12:46:00 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.henriksen.no/content/binary/WhyNorwegianDevelopersConference2009isth_CFED/image.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="right" src="http://www.henriksen.no/content/binary/WhyNorwegianDevelopersConference2009isth_CFED/image_thumb.png" width="299" height="92"&gt;&lt;/a&gt; If
you’re attending one conference this year, you should be in Oslo on the 17th through
19th of June, at the NDC 2009. The line-up is fantastic and I’ll challenge anyone
to show me a development conference with a better speaker line-up.
&lt;/p&gt;
&lt;p&gt;
Mary Poppendieck, Mike Cohn, Scott Hanselman, Michael Feathers, Robert C. Martin (uncle
Bob), Ted Neward and many more. And there’s even more on the way. This is the A-Team
of speakers!
&lt;/p&gt;
&lt;p&gt;
If you’re not a full time developer, but work more as a project manager, check out
the last day, the Norwegian Agile Day, a whole day dedicated to sessions on agile
software development, with, amongst others, Mary Poppendieck, an authority in lean
development and Mike Cohn, the founder of both the Agile Alliance and the Scrum Alliance.
&lt;/p&gt;
&lt;p&gt;
It doesn’t matter where you’re from, this is the conference to attend!
&lt;/p&gt;
&lt;p&gt;
Don’t miss it! 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=9f6f5044-3bd1-4587-a08a-e681c475179f" /&gt;</description>
      <comments>http://www.henriksen.no/CommentView,guid,9f6f5044-3bd1-4587-a08a-e681c475179f.aspx</comments>
      <category>Conferences</category>
      <category>Programming</category>
    </item>
    <item>
      <trackback:ping>http://www.henriksen.no/Trackback.aspx?guid=000f4d09-ecd5-4c2e-9979-45d85369ea36</trackback:ping>
      <pingback:server>http://www.henriksen.no/pingback.aspx</pingback:server>
      <pingback:target>http://www.henriksen.no/PermaLink,guid,000f4d09-ecd5-4c2e-9979-45d85369ea36.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.henriksen.no/CommentView,guid,000f4d09-ecd5-4c2e-9979-45d85369ea36.aspx</wfw:comment>
      <wfw:commentRss>http://www.henriksen.no/SyndicationService.asmx/GetEntryCommentsRss?guid=000f4d09-ecd5-4c2e-9979-45d85369ea36</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FLOAT: right; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid" src="http://www.henriksen.no/content/binary/SilverLightLogo.jpg" />Hvis
du har lyst til å lage Silverlight 2 applikasjoner i Visual Studio så kan du laste
ned <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e0bae58e-9c0b-4090-a1db-f134d9f095fd&amp;DisplayLang=en">Silverlight
Tools Beta 1 for Visual Studio 2008</a>. Den inneholder Silverlight 2 Beta 1, SDK
og tillegg til Visual Studio.
</p>
        <p>
Sjekk også <a href="http://weblogs.asp.net/scottgu/archive/2008/02/22/first-look-at-silverlight-2.aspx">Scott
Guthrie sin gjennomgang av en Silverlight 2 applikasjon</a> og <a href="http://weblogs.asp.net/scottgu/archive/2008/02/28/first-look-at-using-expression-blend-with-silverlight-2.aspx">Silverlight 2
med Expression Blend</a>.
</p>
        <img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=000f4d09-ecd5-4c2e-9979-45d85369ea36" />
      </body>
      <title>Silverlight 2 betaen er ute</title>
      <guid isPermaLink="false">http://www.henriksen.no/PermaLink,guid,000f4d09-ecd5-4c2e-9979-45d85369ea36.aspx</guid>
      <link>http://www.henriksen.no/2008/03/06/Silverlight2BetaenErUte.aspx</link>
      <pubDate>Thu, 06 Mar 2008 08:23:07 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FLOAT: right; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid" src="http://www.henriksen.no/content/binary/SilverLightLogo.jpg"&gt;Hvis
du har lyst til å lage Silverlight 2 applikasjoner i Visual Studio så kan du laste
ned &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e0bae58e-9c0b-4090-a1db-f134d9f095fd&amp;amp;DisplayLang=en"&gt;Silverlight
Tools Beta 1 for Visual Studio 2008&lt;/a&gt;. Den inneholder Silverlight 2 Beta 1, SDK
og tillegg til Visual Studio.
&lt;/p&gt;
&lt;p&gt;
Sjekk også &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/02/22/first-look-at-silverlight-2.aspx"&gt;Scott
Guthrie sin gjennomgang av en Silverlight 2 applikasjon&lt;/a&gt;&amp;nbsp;og &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/02/28/first-look-at-using-expression-blend-with-silverlight-2.aspx"&gt;Silverlight&amp;nbsp;2
med Expression Blend&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=000f4d09-ecd5-4c2e-9979-45d85369ea36" /&gt;</description>
      <comments>http://www.henriksen.no/CommentView,guid,000f4d09-ecd5-4c2e-9979-45d85369ea36.aspx</comments>
      <category>Programming</category>
    </item>
    <item>
      <trackback:ping>http://www.henriksen.no/Trackback.aspx?guid=3bc5abde-b0fb-4d21-8016-ecd1654d4e35</trackback:ping>
      <pingback:server>http://www.henriksen.no/pingback.aspx</pingback:server>
      <pingback:target>http://www.henriksen.no/PermaLink,guid,3bc5abde-b0fb-4d21-8016-ecd1654d4e35.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.henriksen.no/CommentView,guid,3bc5abde-b0fb-4d21-8016-ecd1654d4e35.aspx</wfw:comment>
      <wfw:commentRss>http://www.henriksen.no/SyndicationService.asmx/GetEntryCommentsRss?guid=3bc5abde-b0fb-4d21-8016-ecd1654d4e35</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">In order to install the SQL 2005 Express
edition with Reporting Services you have to have IIS properly installed. It's not
enough to just install it and be happy about it, you'll have to enable some services
for it to.<br /><br />
Otherwise you'll get a warning in the System Configuration Checker of the SQL setup:
"<b>Microsoft Internet Information Services (IIS) is either not installed or is disabled.</b>"<br /><br />
 <a href="http://support.microsoft.com/kb/920201">KB920201</a> has the details
on what you have to install. And don't forget to use the SP2 version of SQL Server.<br /><p></p><img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=3bc5abde-b0fb-4d21-8016-ecd1654d4e35" /></body>
      <title>Installing SQL 2005 Reporting Services on Vista</title>
      <guid isPermaLink="false">http://www.henriksen.no/PermaLink,guid,3bc5abde-b0fb-4d21-8016-ecd1654d4e35.aspx</guid>
      <link>http://www.henriksen.no/2007/04/19/InstallingSQL2005ReportingServicesOnVista.aspx</link>
      <pubDate>Thu, 19 Apr 2007 20:06:42 GMT</pubDate>
      <description>In order to install the SQL 2005 Express edition with Reporting Services you have to have IIS properly installed. It's not enough to just install it and be happy about it, you'll have to enable some services for it to.&lt;br&gt;
&lt;br&gt;
Otherwise you'll get a warning in the System Configuration Checker of the SQL setup:
"&lt;b&gt;Microsoft Internet Information Services (IIS) is either not installed or is disabled.&lt;/b&gt;"&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&lt;a href="http://support.microsoft.com/kb/920201"&gt;KB920201&lt;/a&gt; has the details
on what you have to install. And don't forget to use the SP2 version of SQL Server.&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=3bc5abde-b0fb-4d21-8016-ecd1654d4e35" /&gt;</description>
      <comments>http://www.henriksen.no/CommentView,guid,3bc5abde-b0fb-4d21-8016-ecd1654d4e35.aspx</comments>
      <category>Operating Systems</category>
      <category>Programming</category>
    </item>
    <item>
      <trackback:ping>http://www.henriksen.no/Trackback.aspx?guid=478b6245-805e-4730-83dd-3ee0ac591a8f</trackback:ping>
      <pingback:server>http://www.henriksen.no/pingback.aspx</pingback:server>
      <pingback:target>http://www.henriksen.no/PermaLink,guid,478b6245-805e-4730-83dd-3ee0ac591a8f.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.henriksen.no/CommentView,guid,478b6245-805e-4730-83dd-3ee0ac591a8f.aspx</wfw:comment>
      <wfw:commentRss>http://www.henriksen.no/SyndicationService.asmx/GetEntryCommentsRss?guid=478b6245-805e-4730-83dd-3ee0ac591a8f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I have a GridView with a BoundField containing a DateTime value, but instead of "01.07.2006
00:00:00" I wanted it to display "June, 2007". Easily fixed with a <font color="#ff0000" size="2">DataFormatString</font><font color="#0000ff" size="2">="{0:MMMM,
yyyy}"</font>, right? Not so... It refused to apply the format string. Luckily, Google
came to the resque again, <a href="http://weblogs.asp.net/rajbk/archive/2005/10/31/429090.aspx">Raj
Kaimal had the same problem and solved it</a>. 
</p>
        <p>
Turns out that the field value is HTML encoded before the format string is applied.
Add a <font color="#ff0000" size="2">HtmlEncode</font><font color="#0000ff" size="2">="False"</font> to
the BoundField and the problem is solved. Thanks Raj!
</p>
        <img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=478b6245-805e-4730-83dd-3ee0ac591a8f" />
      </body>
      <title>DataFormatString not being applied to a BoundField</title>
      <guid isPermaLink="false">http://www.henriksen.no/PermaLink,guid,478b6245-805e-4730-83dd-3ee0ac591a8f.aspx</guid>
      <link>http://www.henriksen.no/2007/01/03/DataFormatStringNotBeingAppliedToABoundField.aspx</link>
      <pubDate>Wed, 03 Jan 2007 22:24:06 GMT</pubDate>
      <description>&lt;p&gt;
I have a GridView with a BoundField containing a DateTime value, but instead of "01.07.2006
00:00:00" I wanted it to display "June, 2007". Easily fixed with a &lt;font color=#ff0000 size=2&gt;DataFormatString&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="{0:MMMM,
yyyy}"&lt;/font&gt;, right? Not so... It refused to apply the format string. Luckily, Google
came to the resque again, &lt;a href="http://weblogs.asp.net/rajbk/archive/2005/10/31/429090.aspx"&gt;Raj
Kaimal had the same problem and solved it&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
Turns out that the field value is HTML encoded before the format string is applied.
Add a &lt;font color=#ff0000 size=2&gt;HtmlEncode&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="False"&lt;/font&gt;&amp;nbsp;to
the BoundField and the problem is solved. Thanks Raj!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.henriksen.no/aggbug.ashx?id=478b6245-805e-4730-83dd-3ee0ac591a8f" /&gt;</description>
      <comments>http://www.henriksen.no/CommentView,guid,478b6245-805e-4730-83dd-3ee0ac591a8f.aspx</comments>
      <category>ASP.NET</category>
      <category>Programming</category>
    </item>
  </channel>
</rss>