Welcome Guest Search | Active Topics | Sign In | Register

Tree view next node property issue. Options
Thowfiq Raja
Posted: Tuesday, March 15, 2011 4:00:36 AM
Rank: Member
Groups: Member

Joined: 2/18/2011
Posts: 11
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


eo_support
Posted: Tuesday, March 15, 2011 9:26:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

No. There is no NextNode on any of our versions. You should rely on the reference section in the documentation to find out what is available.

Thanks!
Thowfiq Raja
Posted: Wednesday, March 16, 2011 1:49:54 AM
Rank: Member
Groups: Member

Joined: 2/18/2011
Posts: 11
Hi,

It worked for me when I used EO.web dll version 8.0.51.2. anyhow thanks for the immediate reply.

Thanks
Thowfiq
eo_support
Posted: Wednesday, March 16, 2011 9:20:24 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Yes. You are right. NextNode was added rather recently.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.