Hi My Aspx Page has two tabs. In each tab i am having iframe which loads another aspx page. How can i manage the height of page inside the iframe based on the contents.
My code is given below
<div id="tabs-1" style="height: 1000px;">
<iframe src="../AspxTestPage.aspx>
"width="100%" height="100%" scrolling="no">
</iframe>
</div>