Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with AJAX and TreeView/TreeNode Derived Class

Status
Not open for further replies.

johnfraser

Programmer
Jul 25, 2007
33
US
I have a programmer that has an AdvancedTreeView class that is derived from TreeView and AdvancedTreeNode drived from TreeNode.

There was some additiona formatting on the node added. Long story short the control initially populates the primary level 0 just fine.

We'll click on the node to expand it and we'll get in the tree first a message saying "Object could not be set to the reference"..... then after that it's "Inputstring is not in the correct format.

AJAX is using the "CreateNode method which he overroad just to return a new AdvancedTreeNode (as a TreeNode)....

I can't find where the exception is being thrown and I'm not ASP expert. Any help you have would be great on how to solve this....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top