let's clarify a little this..
every time you execute something on the server side, all the page will be refreshed, so there will be not pop up from any menu, unless you use AJAX...
the code behind fires on the server side, controls know this automatic and you don't have to register the events...
you are registering a javascript event and coding a code behind event, that's why the java script never run... and that's probably why don't you see anything happens, all the pages gets a refresh!
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========