Hi!
How do I check if the users session has timed out when the users clicks on the tree to expand it?
Right now the loading message is shown, but I wan't to catch the exception and redirect the user to the login page.
The tree populates nodes on demand and I'am using OnSelectedNodeChangedJavascript.
If I turn on PostBackOnClick everything works great but I then it doesn't look so good.