I'm using a third party TreeView control (from a company called "Visual ASP"). When the user clicks on a child node, it does what seems to be a postback: you hear the little "click" and the URL (in the address bar of the browser) changes. But the Page_Load eventhandler doesn't fire - i.e. execution doesn't stop at a breakpoint in Page_Load. How can I handle that event?
Thanks very much!
Thanks very much!