Reviews: Product
Reviews: Product
I’ve been contacted by Yahoo. Although I would like to leap for joy, it is another form letter. The good news is that it’s from Margaret, not Fred this time.
Previous post:
What’s wrong with Yahoo? #2
Days since my initial contact with Yahoo’s customer service: 44
--Mark
This page has been moved to
CodeBetter.Com. Please update your links accordingly. The new post URL is:
http://codebetter.com/blogs/mark.digiovanni/archive/2004/06/17/16847.aspx
This page has been moved to CodeBetter.Com. Please update your links accordingly. The new post URL is: http://codebetter.com/blogs/mark.digiovanni/archive/2004/04/29/12383.aspx
Today I was looking for a tree view control for sub navigation in an image gallery.
Situation:
Budget for controls: $0
Time to develop a custom control: 0
Time to test expensive third party controls: 0
Finding the perfect control in under 30 minutes: priceless.
I believe it is good to give credit when credit is due, especially since most people will only comment when they have something negative to say.
I did a Google search for free tree view controls. I eventually made it here: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=a096c052-520e-4fdd-9e64-9ff0875e59a6
This control, squishyTREE, was developed by Adam Sills. This control meets my needs 100 percent! Full source code with nine samples are provided. squishyTREE is very easy to use. It can be wired up to a DataSet, XML file, etc. I had no problem hooking up my existing CssClass. If you need a tree view control, check this one out FIRST. It is far better than many tree view controls that I would be willing to pay for.
Great job Adam!
Mark Bonafe presented CodeSmith, Eric J. Smith's code gen tool to the WeProgram.NET users group. Mark has been working with CodeSmith for some time now and delivered an outstanding presentation on this tool's capabilities. This is a must have tool. Mark's samples will be available here as soon as they become available.