Does anyone know how to redirect to a page in such way that it appears in a particular frame () in the frameset? Details of my question: If I use Response.Redirect("Page2.aspx") from Page1's code, Page2.aspx always appears in the same frame as Page1. My objective is to continue displaying Page1.aspx in its native frame while showing Page2 in a different frame within the same browser window. My deepest regards in advance, Kirill
G
Groovomaniak
@Groovomaniak