In my web application, when I upload a video and click the "Save" button, if the video is loading, I write code to display the video message. My code is as follows:
ClientScript.RegisterClientScriptBlock(GetType(), "sas", "<script> alert('Inserted successfully');</script>", false);
When a warning window appears, a white background appears. I clicked the ok button in this notification window, but the page will not return to the previous page, it shows the same empty space.
Can you solve the problem? If you do not understand, I will clearly explain.
In local mode, it works fine, but when I update on the Internet, it does not work.
Surya sasidhar
source share