News

Been playing with LINQ, its been pretty cool so far. The company needs a tool that syncs the Payroll System to the Active Directory.Previously I had my own little website that I could use to ...
I'm looking for an ASP.NET Control Adapter that will make the GridView control render with divs instead of as a table. I see all kinds of vapid blog posts about how this is possible but very ...
FlipView, ListView and GridView are new controls for Windows 8 Metro-style applications. They'll become key tools for building great-looking UIs.
For a GridView, the EditIndex property will tell you which row is currently being edited. Fortunately, there's only one control in a cell, so it's always Controls (0) that you want, as seen here. But ...