Hi, I have this piece of ASP code which displays data from the database
Code:<tr><td> <strong>Organisation: <%= rstemp.Fields("Organisation").Value %></strong></td></tr>
now I only want it to display this row (within the table) if there is data in the field.
So I need a sort of 'if' statement to wrap around the table row.
Im a ASP newbiwplease be kind!




please be kind!
Reply With Quote
Bookmarks