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!
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!