I have the nodeclick event wired to open a file once clicked. This part works great. The problem occurs once they've closed the file, if the users next action causes a postback the nodeclick event gets fired again and they're asked if they want to open the file again. I've tried setting the clickednode.selected = false as well as number of other things and none of them seem to work in getting the page to quit going back through the nodeclick event. Please let me know what i need to do. Thanks