Vijay Yadav

Vijay Yadav

  • NA
  • 1.4k
  • 652.4k

How to validate whether the HTML table row is null or not in javascript?

Jun 28 2011 6:03 AM
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.

Answers (1)