How to validate whether the HTML table row is null or not in javascript?
I have a table, in that there are threee rows and three columns.
I want to save the data of the rows (which is in textboxes) which is not empty if any row is empty it should not get saved into the database. So i want to how to validate whether it is null or not in javascript.