|
Posted by Adrienne Boswell on 04/05/07 01:39
Gazing into my crystal ball I observed "Martix" <ig.martix@gmail.com>
writing in news:1175704661.645295.12300@n59g2000hsh.googlegroups.com:
> I'm having a small issue with tables.
>
> I'm using asp to display database date into a table. The problem I'm
> having is when one of the cells is empty. I'm not sure how to explain
> what it looks like but it looks like the cells is missing. If there's
> two cells side by side that don't have any values then the border
> between those two cells is missing. It basicly looks like there's
> holes in the table.
>
> Originaly I thought it was because of null values so I had the
> database ckecked if there null and if they are then replace them with
> " " but I still have the same problem.
>
> Iis there a way I can get rid of these holes??
>
Yes, use the GetString method - <http://tinyurl.com/33vqky>
String = recordset.GetString(StringFormat, NumRows, ColumnDelimiter,
RowDelimiter, NullExpr)
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|