Archives

Archives / 2004 / March
  • longhornblogs

    Robert McLaws is maintaining this Longhorn blogs. So many blogs and how you guys are keeping up? Even with the RSS feed, I am finding it difficult to keep track and can't imagine without RSS!!

  • Usage of Dataview

     I have a datatable which has 10 different columns. I like to have 3 different dataviews with different set of columns for each dataview. Initially I thought Dataview can be considered as “Database View” as we Dataset is considered as in-memory Database. But I was wrong.

  • Need a template for FlexGrid

    I recently joined new client where my work will be more of Windows Form programming. They are using ComponentOne's flexgrid with lots of customization and it looks great. When I started my new screen, I wanted to use same look and feel. Basically I needed a template for flexgrid with all the styles already set. But I was not able to create one as it puts all the style attributes inside the .vb file. I wish we can create a customized one flexgrid control and anybody who wants use can just drag and drop and then add their columns as per their need!!

  • Managing .NET development NAnt

    When I was working with my last client, we developed our intranet site based on DotNetNuke framework and we needed a good building mechanism to make daily build. We tried our best with MS SourceSafe but did not work the way we wanted. Recently read this article by Justin Gehtland from TSS.NET and found very useful. Did anybody tried NAnt in real time multi developer team environment? But we also will have MSBuild from Microsoft in the future.