In this following code Respose.write is not working. So pls help to recover this problem.
Response.Write("");
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.
SanthonabinPosted Feb 21, 2011, 3:40 AM
i did worked with your idea. but sorry to say this, that methid also not working. so pls give some other medhod.
Amit ChoudharyPosted Feb 21, 2011, 2:58 AM
Try this out, see if it works
Response.Write("");
try use Page.RegisterclientScriptBlock(); function rather than Response.Write();
hope this help.
Thanks.