Home - Forums-.NET - FlyTreeView (ASP.NET) - RE: Attributes reset on postback

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

RE: Attributes reset on postback
Link Posted: 09-Aug-2006 01:13
I am setting some attribute values (to hold meta data about each node) and the data appears as expected during page load...however, during postback to the server, the attribute collection has been reset? Any ideas?

The same appears to be true for the node.DataItem object (I thought I could use this instead...)

Cheers
McNulty
Link Posted: 09-Aug-2006 21:59
Thank you. The Attributes collection fails to persist its state. We've fixed it. But finally the tested build will be published on Sunday.

Also, the DataItem property is used by data binding process.

For user purposes you should use the Tag property that may contain any serializable object.