Posted
on Feb 15, 2012
(permalink)
Basically what I would like is to be able to get the button click event with a postback, just as though I had created that toolbar myself, outside of the FileExplorer. Inside that event handler, I would like to ask FileExplorer for the currently selected item so I could prompt the user for a Description and comments, and possibly even some security stuff. I know this would be possible to do client-side with a lot of javascript, but we really like to keep our code in C# running on the server.