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

Stack overflow at line 6

0 Answers 208 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Tooraj
Top achievements
Rank 1
Tooraj asked on 26 Aug 2012, 09:24 AM
Hello,
I have an Update Panel in my content page and a tree view in Master Page.
TreeView's Node click is set for AsyncTrigger of Update Panel.
code for onclientnodeclick event of tree:

function test(sender, args)
{
   $('#Message').Load(args.get_node().get_value()+'.htm');
}

Message is a span element in ContentTemplatesection of Update Panel .
When clicking a node some pages are shown but some pages are not shown and by refreshing the page IE causes:
Stack overflow at line 6

files are : 1.htm , 2.htm, 3.htm , ...
don't know really what to do!

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Tooraj
Top achievements
Rank 1
Share this question
or