Show A table only if it has some rows to show

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, what technology should i use to create such tables?
 
Back
Top