how to close an asp.net(vb) page after redirecting to another page

Posted by user297211 on Stack Overflow See other posts from Stack Overflow or by user297211
Published on 2010-04-29T06:51:27Z Indexed on 2010/04/29 6:57 UTC
Read the original article Hit count: 176

Filed under:

how do i close a page after response.redirect to another page.

i tried

response.redirect("index.aspx) response.close

© Stack Overflow or respective owner

Related posts about ASP.NET