Any Luck With TreeView Control in ASP.NET?
-
Hey, in the Microsoft.Web.UI.WebControls.TreeView Control (which i had to d/l from MSDN), i'm having trouble with the SelectedIndexChanged event which is supposed to go off when a new node is selected. Here's what i've read so far: Dynamically added nodes in Page_Load() won't have events, so just to be safe i create all nodes in the Page_Init(). Any advice other than this will be helpful! ~Timothy T. Rymer
-
Hey, in the Microsoft.Web.UI.WebControls.TreeView Control (which i had to d/l from MSDN), i'm having trouble with the SelectedIndexChanged event which is supposed to go off when a new node is selected. Here's what i've read so far: Dynamically added nodes in Page_Load() won't have events, so just to be safe i create all nodes in the Page_Init(). Any advice other than this will be helpful! ~Timothy T. Rymer
Is the AutoPostBack on the control set to True?
-
Is the AutoPostBack on the control set to True?
I believe so, but I've had to put that on the backburner for now, i'll be sure to reply here if I start working on it again (which should be soon, i'm finishing up a more important project right now, so i'm sure i'll be stuck in asp.net land soon enough.) ~Timothy T. Rymer http://tim.xpertz.com http://www.digipen.edu http://www.ttrx.com