Hi,
Iam getting a error when I used the below line of code for a EO tree view control
Code: C#
EO.Web.TreeNode tnNextNode = e.NextNode;
'EO.Web.TreeNodeMovedEventArgs' does not contain a definition for 'NextNode' and no extension method 'NextNode' accepting a first argument of type 'EO.Web.TreeNodeMovedEventArgs' could be found (are you missing a using directive or an assembly reference?)
Iam using EO.web dll version 7.0.50.2
should I need to get any new version of EO.Web?
Thanks
Thowfiq