Click to See Complete Forum and Search --> : framing a web page (Urgent!!!!!)


FundooGuy
February 25th, 2005, 02:21 AM
Hi Guru's

i designed my web page like this

<table>
<asp:Panel>
<asp:Literal></asp:Literal>
</asp:Panel>
<asp:panel>
here i desing a toolbar to navigate different pages
</asp:panel>

</table>


now the question is when i scroll down the open html pages on my webpage's literal control my toolbar scrolled up i dont want to move the toolbar i need to set it bottom of my webpage so if i scroll down the html page my toolbar stay at the same position.

any idea ?????

thnx in advance

Andy Tacker
February 25th, 2005, 09:17 AM
moved to asp.net forum

cmiskow
March 1st, 2005, 02:17 PM
Panels are not the same as frames. If you want to add frames, add a Frameset to the project and use that.