|
Pls help me.. -- kumar --
Hi, i using microsoft reporting services for reports. The reporting services will generate the reports in html document format(.mhtml). I used an iframe object to to load the report document. But the iframe creating lot of problems. I having a script to resize the iframe dynamically. The script working good for the first time only. When i load the second html document in the iframe using src property then, it overlap with the first one. So inorder to avoid the overlap i using Response.Redirect to refresh the page.After i refreshed like this it appears good. But the problem for me is whenever is used response.redirect in the page that containing the iframe, will load the page into the iframe instead of opening the page. Assume that a page called "a.aspx" containing the iframe. when i used Response.Redirect("b.aspx") in the code behind of a.aspx page, then the b.aspx page is loaded into the iframe of a.aspx page. But i need to open b.aspx page in the current window. I also want to know if there is any other html or an asp.net object will load the report document(html document) from server. I also need your help in dynamic resize of an iframe without refreshing the document. If there is any other way to solve my problem? Pls help me .. Many Thanks.. |