This is a migrated thread and some comments may be shown as answers.

[Solved] TrreView in UserControl..2nd Node Expanded weird Error

1 Answer 68 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Neal
Top achievements
Rank 1
Neal asked on 20 Jun 2008, 02:30 PM

This is a bit odd.

Vers. Q4 2006
I have a tree view in a usercontrol (a FileFolder Explorer)

Loads fine,..shows dir structure etc.

If I expand a node,..all fine....but
When I expand a node in those just opened,..I get  this Error:
(which is weird,..cos,...I do use 

,

IPostBackEventHandler

and

public void RaisePostBackEvent(string eventArgument)

{

if (eventArgument != null)

{

}

}

Any suggestions , help please 
The Holding page, does do the whole load and reload usercontrol tracking...still that could be responsible, but other user controls in the holding page (Dynamically loaded and ajaxified dynamically) work fine.

TIA
Neal

[NullReferenceException: Object reference not set to an instance of an object.]
   Telerik.WebControls.RadTreeView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String s) +414

1 Answer, 1 is accepted

Sort by
0
Neal
Top achievements
Rank 1
answered on 23 Jun 2008, 09:57 AM
So,.. me being dumb,...forgot to uncomment my Ctl Reload to the Holding form
Tags
TreeView
Asked by
Neal
Top achievements
Rank 1
Answers by
Neal
Top achievements
Rank 1
Share this question
or