How do i redirect the entire parent frame from an iframe using Response.Redirect. Currently when I call this from the frame it redirects just the containing frame.
You shouldn't use Response.Write to write out any javascript to the Page as this is very bad practice and will almost certainly cause your page to fail validation. Instead, use the RegisterStartUpScript or RegisterClientScriptBlock methods or write it out to a Literal control.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.