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.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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
|