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?
Working on your exceedingly limited code, you have two options as I see it…
Redirect to
NewAccommodation.aspxand then write the “alert” script from thereOr send the following….