CSS equivalent for cellpadding in a datagrid ?

  • Thread starter Thread starter vivekian
  • Start date Start date
V

vivekian

Hi,

Trying to place the styling properties of a datagrid in a CssClass.
What would be the equivalent for
1. cellpadding
2. cellspacing
3. gridlines

properties of a datagrid in CSS .

thanks in advance..
vivekian
 
Is your Google broke? Search on articles that explain the box model. You
want to see a diagram that illustrates the use of the border, margin and
padding properties and it will (should) become clear.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
 
clintonG said:
Is your Google broke? Search on articles that explain the box model. You
want to see a diagram that illustrates the use of the border, margin and
padding properties and it will (should) become clear.

No , my google aint broke. Also, aware of the box model. But would like
to know what are the equivalent css styling properties of cellpading
and cellspacing for a datagrid in asp.net ?
Somehow padding / margin does seem to do be equivalent to cellpadding
or cellspacing .. maybe i am wrong.

thanks in advance ..
 

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

Back
Top