I need to create a table which should be shown in the page only if it has some content (rows) inside it. The purpose of the table would primarily be to display the data (excel sheets) imported by the user. I am doing all the coding in ASP, how can I accomplish this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Actually you can keep your table HTML
JS
But you should use an DEMO. |
|||||
|
|
<table></table>? why don't you simply print the table if there is some content to put inside? – Fabrizio Calderan Oct 5 '12 at 10:58