Wednesday, July 23, 2003 - Posts

New Article on DNJ: Building a Full-Featured Custom DataGrid Control

Check it out:

Building a Full-Featured Custom DataGrid Control
By Dimitrios Markatos
In this article, we will examine and implement these very features and demonstrate how you can build your very own Datagrid control component, one that you will be able to customize, and more importantly reuse. Based on this ability, you will then end up with one powerful control that will have many implementations, from which you could learn about creating almost any other types of custom controls. (Tuesday, July 22, 2003)

Includes source code downloads in C#.
Read It Now! Read It Now!    Discuss it in the Forums! Discuss it in the Forums!

Blog Fix: Fixed Link and Comment Count Issue

We were having issues with the Comment and Link count's not showing up. After going through the SPROCS I currently have I noticed that no where was the main table which these values we're pulled from updated. So I added a trigger to update these tables as a temp fix. I am assuming I am running some outdated SPROC's. Scott  has told me he is having a new version soon, which I'm really excited about, so all these smaller issues should be fixed with that!

Thanks for all of your patience!