Help me with the Treeview Web Control!

  • Thread starter Thread starter Archer
  • Start date Start date
A

Archer

I used TreeView Web Control in a Web. But while some users use IE to access
it, the Control disappeared when they click on a treenode.What should I do?
 
Try setting EnableViewState to true as below for ur tree control.

EnableViewState="TRUE"

HTH

sswalia
MCSD, MCAD, OCA
 
it can't work,nothing changed!
SSW said:
Try setting EnableViewState to true as below for ur tree control.

EnableViewState="TRUE"

HTH

sswalia
MCSD, MCAD, OCA
 
Back
Top