hi
I am using server.execute to call a another form my code Looks like this
<div>
<% server.execute("default2.aspx") %>
</div>
My problem is the size of the default2.aspx is greater so when i apply height to the div the default2.aspx is overlapping the other content in the default page