Adding a space between tablecells

Posted by user279521 on Stack Overflow See other posts from Stack Overflow or by user279521
Published on 2010-04-21T18:55:09Z Indexed on 2010/04/21 19:03 UTC
Read the original article Hit count: 104

Filed under:
|

I have an asp.net web page that creates a row of textboxes on the click of a button. I am dynamically creating a TableCell, then a TableRow. How can I add a space between two tablecells?

© Stack Overflow or respective owner

Related posts about c#3.5

Related posts about ASP.NET