qare, that works but doesn't work for me the way I want because it adds a space to the end of any text. If the text is centered in the cell, it puts it off center. I just wrote a vbScript Function to test if the <input> value was empty (<input> & "" = "") and if so, return a . Works perfectly.
Main Topics
Browse All Topics





by: garethh86Posted on 2009-03-23 at 05:50:39ID: 23957081
Put a   in the td after the databind part, that way if nothing is bound then it will have a space in there and shouldn't go grey, if it does databind then you only have a small space at the end of it.
Hope this helps!