1
Answer

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

Ask a question
Vijay Yadav

Vijay Yadav

13y
1.7k
1
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)