(no title) (original) (raw)

I ran across a dilemma in C# that has forced me to not like the .NET TreeView control. Why the hell doesn't a right click on the tree force a node selection and therefore raise the BeforeSelect and AfterSelect event? I've spent about three hours trying to find a work around for this. I can catch the click event (and others such as MouseUp and MouseDown), however when I get tree.SelectedNode in those event handlers, it points to the node that is selected, not the node that I right clicked on. Am I just missing something? I thought something as simple as right clicking on a node and getting it would be a simple task to accomplish in .NET.

Hello. I want to share with you my open source project. The purpose of my project is to demonstrate my visual filter builder WPF control in use.…

http://jobsattmp.com/new-york/web-development/dba-sql-server-2005_2008-jobs Hey all, I am trying to hire a DBA in NYC that has a background in MS…

I was always impressed by the bing.com image search AJAX. The bit where where more images load as you scroll down the page. Is there an AJAX control…