Hi,
I am using FlyTreeView for ASP.NET 1.1, and having trouble implementing context menu. The menu works fine when 1st loaded, but when the screen reloaded due to user selection any click event on any part of the screen opens pop-up error msg saying \"Stack overflow at line: ##\". The error happens only when i have context menu on the aspx.
i have something like following:
on ASPX;
a few dropdown controls which will cause screen to refresh and reset the tree.
...
....
AutoPostBack=\"True\" Text=\"AutoPostBack with confirm\">
on CS, codebehind page onload method:
read dropdown value or use default to set parameter.
...
FlyTreeView.Nodes.Clear();
FlyTreeView..ExpandLevel = set using one of the param value
...
Build TreeView by adding Nodes to the tree....
hope to hear from you soon. Thanks.