How to remove cell space in the GridView?

G

Guest

Hi, all

I put a table in a GridView, but there is always space between the table
border and the GridView line, is there anyway to remove the space?

Thank you very much.
 
M

Masudur

Hi, all

I put a table in a GridView, but there is always space between the table
border and the GridView line, is there anyway to remove the space?

Thank you very much.

Hi
Define Css Class
with
..myCss
{
margin:0px;
paddding:0px;
}

assign to the gridview's table. and also in gridviews item style set
cell spacing and cellpading to 0

Thanks

Masudur
 

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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top