.NETGURU
Footer Control
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngibuyspy' list.


paul smith
Hi,

I was wondering if anybody had developed a footer control. I thought about
just including an extra row in desktopdefault.aspx but I want the option of
displaying it (i.e. on certain pages and not on others). If I develop it as
a control is there a way of getting it to appear always a certain distance
from the bottom of any other control on the page. For example I may have a
control that only takes up half a screen but I may want the footer to appear
right at the bottom.

Thanks

Paul

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Reply to this message...
 
    
Dennis West
Paul try this I set it to 90% of the remaining height of the page

<table width="100%" height="90%">
<tbody>
<tr valign="bottom">
<td nowrap="nowrap" align="center">
<!-- #include virtual="~/footer.inc" --></td>
</tr>
</tbody>
</table>

----- Original Message -----
From: "paul smith" <Click here to reveal e-mail address>
To: "aspngibuyspy" <Click here to reveal e-mail address>
Sent: Thursday, August 08, 2002 3:59 AM
Subject: [aspngibuyspy] Footer Control

[Original message clipped]

Reply to this message...
 
    
Duncan C. Ion
The only way I've ever resolved this is to use framesets. Be interested
in other solutions.
Hth
Duncan

-----Original Message-----
From: paul smith [mailto:Click here to reveal e-mail address]
Sent: 08 August 2002 10:00
To: aspngibuyspy
Subject: [aspngibuyspy] Footer Control

Hi,

I was wondering if anybody had developed a footer control. I thought
about
just including an extra row in desktopdefault.aspx but I want the option
of
displaying it (i.e. on certain pages and not on others). If I develop it
as
a control is there a way of getting it to appear always a certain
distance
from the bottom of any other control on the page. For example I may have
a
control that only takes up half a screen but I may want the footer to
appear
right at the bottom.

Thanks

Paul

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

| [aspngibuyspy] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Allan Spartacus Mangune

-----Original Message-----
From: Duncan C. Ion [mailto:Click here to reveal e-mail address]
Sent: Thursday, August 08, 2002 10:19 AM
To: aspngibuyspy
Subject: [aspngibuyspy] RE: Footer Control

The only way I've ever resolved this is to use framesets. Be interested
in other solutions. Hth Duncan

-----Original Message-----
From: paul smith [mailto:Click here to reveal e-mail address]
Sent: 08 August 2002 10:00
To: aspngibuyspy
Subject: [aspngibuyspy] Footer Control

Hi,

I was wondering if anybody had developed a footer control. I thought
about
just including an extra row in desktopdefault.aspx but I want the option
of
displaying it (i.e. on certain pages and not on others). If I develop it
as
a control is there a way of getting it to appear always a certain
distance
from the bottom of any other control on the page. For example I may have
a
control that only takes up half a screen but I may want the footer to
appear
right at the bottom.

Thanks

Paul

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

| [aspngibuyspy] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngibuyspy] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
David M. Tyburski
Well it's not the prettiest solution, but I've used this before and it =
works. To get things to always appear on the bottom of a page, no =
matter how much is at the top, I simple use multiple tables in html. =
Here is some example code: You can put your control in the bottom =
section and it will always stay on the bottom of the page. I hope this =
helps.

<HTML>
<HEAD>
</HEAD>
<BODY leftmargin=3D0 topmargin=3D0 marginwidth=3D0 marginheight=3D0>
<TABLE Width=3D100% Height=3D100%>
<TR>
<td align=3DLeft Width=3D100% Height=3D100%>
<Table Width=3D100% Height=3D100%>
<tr>
<td align=3Dleft width=3D100%>
Top Left
</td>
<td align=3Dright NoWrap>
Top Right
</td>
</tr>
            =09
<tr>
<td valign=3Dcenter align=3Dleft height=3D100%>
Mid Left
</td>
<td valign=3Dcenter align=3Dright height=3D100% NoWrap>
Mid Right
</td>
</tr>
            =09
<tr>
<td align=3Dleft width=3D100%>
Bottom Left
</td>
<td align=3Dright NoWrap>
Bottom Right
</td>
</tr>
</Table>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>

    "Allan Spartacus Mangune" <Click here to reveal e-mail address>
    08/09/2002 09:43 AM
    Please respond to "aspngibuyspy"
        =20
         To: "aspngibuyspy" <Click here to reveal e-mail address>
         cc: (bcc: David Tyburski)
         Subject: [aspngibuyspy] RE: Footer Control

-----Original Message-----
From: Duncan C. Ion [mailto:Click here to reveal e-mail address]
Sent: Thursday, August 08, 2002 10:19 AM
To: aspngibuyspy
Subject: [aspngibuyspy] RE: Footer Control

The only way I've ever resolved this is to use framesets. Be interested
in other solutions. Hth Duncan

-----Original Message-----
From: paul smith [mailto:Click here to reveal e-mail address]
Sent: 08 August 2002 10:00
To: aspngibuyspy
Subject: [aspngibuyspy] Footer Control

Hi,

I was wondering if anybody had developed a footer control. I thought
about
just including an extra row in desktopdefault.aspx but I want the option
of
displaying it (i.e. on certain pages and not on others). If I develop it
as
a control is there a way of getting it to appear always a certain
distance
from the bottom of any other control on the page. For example I may have
a
control that only takes up half a screen but I may want the footer to
appear
right at the bottom.

Thanks

Paul

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
 




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification