hi, i am new to the asp and asp.net world. in jsp's you have the jsp:forward tag which allows you to send the response to another jsp page provided the current page has not yet started writing to the output stream. this tag is cool as we don't have to do a response.sendRedirect.<BR> Is there a similar equivalent in asp or asp.net??<BR><BR>thanks,<BR>upenYeah, it's the same as it is in classic ASP:<BR><BR>Response.Redirect(url)<BR><BR>Happy Programming! And perhaps Server.Transfer