Click here to Skip to main content
15,891,745 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: output string parameter Pin
N a v a n e e t h21-Dec-07 19:56
N a v a n e e t h21-Dec-07 19:56 
GeneralRe: output string parameter Pin
Paul Conrad22-Dec-07 9:41
professionalPaul Conrad22-Dec-07 9:41 
QuestionArrayList on my Page Pin
Member 470022521-Dec-07 16:50
Member 470022521-Dec-07 16:50 
GeneralRe: ArrayList on my Page Pin
Christian Graus21-Dec-07 17:39
protectorChristian Graus21-Dec-07 17:39 
GeneralRe: ArrayList on my Page Pin
Member 470022521-Dec-07 18:16
Member 470022521-Dec-07 18:16 
GeneralRe: ArrayList on my Page Pin
Christian Graus21-Dec-07 18:19
protectorChristian Graus21-Dec-07 18:19 
GeneralRe: ArrayList on my Page Pin
Member 470022521-Dec-07 19:06
Member 470022521-Dec-07 19:06 
GeneralSetting - ASP:Table Height to 100% Pin
AssemblySoft21-Dec-07 15:12
AssemblySoft21-Dec-07 15:12 
I am trying to create a table for layout. Simple header, content and footer sections (rows).

I want the header to sit flush against the top of the page and the footer to sit at the bottom of the page. The content section should fill the available space. I thought setting the height of the table to 100% would accomplish this but there appears to be problems. Is there a neat solution to this problem? What is the workaround?

Code shown below:

<br />
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %><br />
<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head runat="server"><br />
    <title>Untitled Page</title><br />
</head><br />
<body><br />
    <br />
    <asp:Table Width="100%" Height="100%" BackColor="Azure" runat="server"><br />
    <asp:TableRow><br />
    <asp:TableCell Height="50px">top</asp:TableCell><br />
    </asp:TableRow><br />
    <br />
    <asp:TableRow><br />
    <asp:TableCell BackColor="Beige"><br />
    <form id="form1" runat="server"><br />
    <div><br />
    mid<br />
    </div><br />
    </form><br />
    <br />
    </asp:TableCell><br />
    </asp:TableRow><br />
    <br />
    <br />
    <asp:TableRow><br />
    <asp:TableCell Height="50px" BackColor="BlanchedAlmond">bottom</asp:TableCell><br />
    </asp:TableRow><br />
    <br />
    <br />
    </asp:Table><br />
</body><br />
</html><br />
<br />
<br />
<br />

GeneralRe: Setting - ASP:Table Height to 100% Pin
Michael Sync21-Dec-07 20:47
Michael Sync21-Dec-07 20:47 
QuestionGridwiev to a formview Pin
Knowledgestudent21-Dec-07 10:28
Knowledgestudent21-Dec-07 10:28 
GeneralRe: Gridwiev to a formview Pin
Paul Conrad22-Dec-07 9:30
professionalPaul Conrad22-Dec-07 9:30 
GeneralRe: Gridwiev to a formview Pin
Knowledgestudent22-Dec-07 10:56
Knowledgestudent22-Dec-07 10:56 
GeneralRe: Gridwiev to a formview Pin
Paul Conrad23-Dec-07 7:52
professionalPaul Conrad23-Dec-07 7:52 
Generalautomatically generate a text file from the server Pin
kani9821-Dec-07 8:54
kani9821-Dec-07 8:54 
GeneralRe: automatically generate a text file from the server [modified] Pin
pmarfleet21-Dec-07 9:09
pmarfleet21-Dec-07 9:09 
GeneralWebcontrols.Login cookies Pin
thrakazog21-Dec-07 6:35
thrakazog21-Dec-07 6:35 
GeneralRe: Webcontrols.Login cookies Pin
pmarfleet21-Dec-07 7:57
pmarfleet21-Dec-07 7:57 
Questionhow to integrate paypal in my webpage for payments send and receive Pin
Mogaambo21-Dec-07 5:16
Mogaambo21-Dec-07 5:16 
GeneralRe: how to integrate paypal in my webpage for payments send and receive Pin
Paul Conrad22-Dec-07 9:31
professionalPaul Conrad22-Dec-07 9:31 
Questionhow to change the color of a grid view cells of a particular column dynamically Pin
jagan12321-Dec-07 3:43
jagan12321-Dec-07 3:43 
AnswerRe: how to change the color of a grid view cells of a particular column dynamically Pin
illusky23-Dec-07 15:04
illusky23-Dec-07 15:04 
QuestionHow to handle event of user control that are dynanically added in contentPlaceHolder of master page Pin
Yogesh_M21-Dec-07 2:52
Yogesh_M21-Dec-07 2:52 
AnswerRe: How to handle event of user control that are dynanically added in contentPlaceHolder of master page Pin
Michael Sync21-Dec-07 20:52
Michael Sync21-Dec-07 20:52 
GeneralWhich Applications are using an Assembly in GAC Pin
cloudking1196621-Dec-07 1:33
cloudking1196621-Dec-07 1:33 
GeneralRe: Which Applications are using an Assembly in GAC Pin
Abhijit Jana21-Dec-07 1:44
professionalAbhijit Jana21-Dec-07 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.