How to remove cell space in the GridView?

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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

Back
Top