Home - Forums-.NET - FlyTreeView (ASP.NET) - Forcing postback

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Forcing postback
Link Posted: 05-May-2006 04:31
Hello!

I can't seem to get the postback to work properly in 2.0? I'm adding nodes so I try to make a postback by

selectedNode.getTreeView().postback();

but get the message
\"no such method\"

is the documentation correct?

Regards
Dennis
Link Posted: 05-May-2006 09:25
Javascript is case sensitive.
Please try to use postBack() - notice uppercase B letter.