|
But I do other operations, such as deleting a record (page 1), going to a page (page 2) to tell him success or not, and then returning to the list (page 3)
=============
After the operation is completed
Response.Redirect ("showmessage.aspx? Message =" + Server.UrlEncode ("Operation succeeded!")
+ "&Url =" + Server.UrlEncode ("page3.aspx? Id = 3&aa = 2&cc = 3")); |
|