Hello,
I have created three different menu controls.
1)headercontrol.aspx(which contains mainimage heading and midmenu)
2)leftmenu.aspx(which contains the menu thru which we can open diff forms)
3)mfootermenu.aspx(which contains the footermenu)
4)All different forms of .aspx to which i want to open as a window.
Pls go thru following code of frame which i created........
<head runat="server">
<title>MIS Main Page</title>
</head>
<frameset rows="90,70%">
<frame src="headercontrol.aspx" frameborder=no scrolling=no >
<frameset cols="200,73%">
<frame src="leftmenu.aspx" noresize=noresize>
<frame src="dlgWelcomepage.aspx">
</frameset>
</frameset>
</html>
I don't want any scrollbars in between all the different menu for which we can write scrolling=no.
My problem is that when i try to run my .Net 2005 application on localhost then it shows the scrollbars only in the third part that's fine.
But,what i wanted is that is there anyway to create a continuos page not any scrollbars or resize is needed and we can code just like this site...
|