Santhonabin

Santhonabin

  • NA
  • 51
  • 212.9k

how to use Response.write & Response.Redirect method continuously

Feb 21 2011 2:31 AM
Hi
   In this following code Respose.write is not working. So pls help to recover this problem.

   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.



Answers (2)