1
Answer

Redirect a url in thesame iframe

I have an application in which sample1.aspx  is in a iframe1 

after an operation in sample1.aspx it need to be redirected to some webpage(samp2.aspx) which must be opened in the same iframe1.....
i tried response.redirect but the samp2.aspx is opening in new window.
Answers (1)