[Message Deleted]
ASP.NET
5
Posts
4
Posters
0
Views
1
Watching
-
[Message Deleted]
-
[Message Deleted]
Response.Redirect("newPage.aspx"); "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshres http://himabinduvejella.blogspot.com
-
[Message Deleted]
-
Thank u Mr.Sathish. I will try it out.
-
[Message Deleted]
Hi, Send a success message as a query string to the redirected url. There access the query string and display a message box. Try as follows. Response.Redirect("yourform.aspx?result=success"); ------------- In yourform.aspx string result = Request.QueryString["result"]; Page.RegisterStartupScript("result","alert('"+result+"')")------- Thanks and Regards Gowtham Sen.