TableFooterRow & lines

J

Jeff

hey

ASP.NET 2.0

On a webpage I've placed a table (server control) which consist of 2 columns
("Description" and "Amount")... At the buttom of the table I have a
TableFooterRow. In this TableFooterRow I want to display the sum of all the
amounts in the table. Right above the content in the TableFooterRow I want
a line to be displayed which separate that amount from the other amounts in
the table... In addition I would like to have a double line under the amount
in TableFooterRow...

example:
xxxxx : 2 000
yyyyy: 4 000
 
J

Jeff

I'm trying but the borders will not display.... here is how I do it:

css:
..test
{
border-top:solid 2px Black;
background-color:Green; // debug info - I see the footer get a green
background,
// so the footer is reading this
css info
border-bottom:double 2px Black
}

<asp:TableFooterRow CssClass="test">

The footer get a green background color, but no borders... what am I doing
wrong here?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top