In my asp.net web application, i am trying to do a simple operation. 1. bring up an alert "saved successfull" using Page.RegisterClientScriptBlock from my code behind. This seems to work fine. 2. After the message, when I try to add a response.redirect to a different page, the above alert fails. redirection does happen but with out the alert.In my asp.net web application, i am trying to d