TreeView Tweak!
Just came across a tree view tweak which I thought would be worth sharing. So, here it goes – The Requirement: We were using the ASP.NET 2.0 Tree View in one of our projects. Instead on Navigating to a URL when the parent node “link” is clicked we needed the Node to Toggle Collapse and Expand exactly like it does when the tiny + button is clicked. The Solution: Used the TreeView_Toggle Function. So if I want the first Node To Toggle When It’s link is clicked the code looks......
