Archives

Archives / 2009 / August
  • Windows 7 – Start Bar and Task Bar

    I Installed 7 RTM yesterday and I am really  impressed by the speed improvements compared to Windows Vista.

    Even though I am still learning the new features, there are a couple of things I have seen that I really like so far.

    You can now click on the network icon in the taskbar and easily connect or disconnect to any network you have configured including VPN connections.

  • FormView Binding Gotcha

    Version: ASP.NET 3.5 SP1

    This post describes two gotchas with the FormView control when binding:
    1) When performing two way databinding, Null values and Nullables get changed to string.Empty in the FormView.
    2) Two way binding is not supported for nested controls.

    When performing two way databinding, Null values and Nullables get changed to string.Empty in the FormView.
    The way the FormView control handles null values has caused me some grief :-(