Anyone know on how to do buffer before I proceed to response.redirect
to another page?
Below is the sample code that I've done.
Dim msg = String.Format("<script language='javascript'>alert('Payment Success');</script>")
context.Response.Write(msg)
context.Response.Redirect("Index.aspx")