Response.Write("<script>alert('Profile Saved Successfully')</script>");
Response.Redirect("newloginpage.aspx");
Actually i want to Save Profile page, after that controls wants to go next page ,at the same time after Saving ,Alert message want to display.