Hi Admin,
I am using RadTreeView
as:-
Now the problem is when I am building the code I am getting following error:
'ASP.dyanamictreeview3_aspx' does not contain a defiantion for 'Rad_NodeExpand', as shown in the attached file.
This is really frustating. Please throw some light on what is going wrong.
thanks a lot
Xorv
I am using RadTreeView
as:-
<telerik:RadTreeView Runat="Server" ID="RadTreeView1" Skin="Vista" OnNodeExpand = "Rad_NodeExpand" >
</telerik:RadTreeView>
Code:
protected void Rad_NodeExpand(object sender, RadTreeNodeEventArgs e) { if (e.Node.Nodes.Count == 0) { switch (e.Node.Level) { case 0: FillTerritories(e.Node); break; case 1: FillOrganizations(e.Node); break; case 2: FillOffices(e.Node); break; } } }Now the problem is when I am building the code I am getting following error:
'ASP.dyanamictreeview3_aspx' does not contain a defiantion for 'Rad_NodeExpand', as shown in the attached file.
This is really frustating. Please throw some light on what is going wrong.
thanks a lot
Xorv