Response.Write("<script>alert('Konaklama Başarıyla Eklendi')</script>");
string url = "NewAccommodation.aspx?mID=" + mID;
Response.Redirect(url);
Hi, on the above code, it does not show the alert box because of the code lines after it. How to fix that?