Welcome Guest Search | Active Topics | Sign In | Register

TreeNode loses info in state/session Options
Craig
Posted: Wednesday, April 16, 2008 8:07:03 PM
Rank: Member
Groups: Member

Joined: 3/4/2008
Posts: 14
I don't know if this is a known issue, but I'm using the TreeView in a wizard control, and when I move between wizard steps each treenode loses all data/info except it's text property.

I've fixed the problem with methods and some Session variables, but was wondering if there is an easier workaround for this.

eo_support
Posted: Wednesday, April 16, 2008 8:45:57 PM
Rank: Administration
Groups: Administration

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

We are not aware of any of such issue. Check whether you are always repopulating the TreeView in your Page_Load. Usually you should enclose your db-binding code inside If (!Page.IsPostBack), otherwise you would be wiping out the TreeView everytime the page is requested.

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.