Below is the problem which i'm facing currently, Please any one help. Its an emergency.
My page called Default.aspx which inherits from MasterPage. Default page contains two sections left & right. Left section which has TreeView control, based on the TreeNode selection right part of the page gets loaded. This works fine & also
the default behaviours like Expand/Collapse, highlight the selected node are works fine.
All the above logic's gets broken when i include a <Iframe> in Default page. If i remove it, again it works fine. But my requirement is with <IFrame>.
Can any one help me on this?
Thanks, Karthik