Home - Forums-.NET - FlyTreeView (ASP.NET) - nodes not shown properly after code-behind add

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

nodes not shown properly after code-behind add
Link Posted: 05-Jan-2008 03:10
William,

A new version of the treeview, that contains bug-fix (related to node visual editor) is available for download:
http://www.9rays.net/download.aspx?productFamily=TreeView_ASP.NET_2

Thanks.
Link Posted: 05-Jan-2008 04:42
[quote="EvgenyT"]Do you mean that after you remove both nodes and click OK on the visual designer form for edition treeview nodes, then nothing happens with nodes? Or do you get some runtime problem?

I'm currently experiencing the bug with node visual editor. Hoping to get it fixed ASAP.

Anyway to temporary workaround the issue, please open the document in Source view and modify Nodes collection manually.
Sorry for inconvenience. Will get be to you here as soon as we have a fix.

Thanks.


Yes, after removing the nodes from Visual Studio, when the Web app is run, the nodes are still there.

I look forward to the update.  

Regards,
William Johnston
Link Posted: 05-Jan-2008 04:57
[quote="williamj"]I look forward to the update.  

It is already available:
http://www.9rays.net/download.aspx?productFamily=TreeView_ASP.NET_2
Link Posted: 11-Jan-2008 05:40
Sorry for not posting in a while.

I haven't tried the update yet due to an installation error for VS .NET 2005.

I also plan on using VS .NET 2008 soon, are there any compatibility issues?

Thanks,
William Johnston
Link Posted: 11-Jan-2008 06:04
You'll  need to add control to VS toolbox manually.
There are no other issues registered for VS2008.

Also, we're planning to release .NET 3.5 edition - client-side will be built on top of ASP.NET AJAX, and use its client-side conventions (namespaces, naming conventions, event handling, etc.).
It will be available for current ASP.NET 2.0 owners for free.
Link Posted: 05-Mar-2008 08:07
Hello!  Sorry for not posting in a while, but I have solved the issue.  

According to a Microsoft Technical Support Technician, I was creating a "black hole" for a second thread that populates the TreeView object.  The ASP.NET runtime did not associate with the second thread.

However, what I did was to add code in the Page object that simply adds the newly populated TreeView object extracted from the completed thread.

Just letting you know.

Thank you for your assistance.  8)

Regards,
William Johnston