javascript validation: comparing 2 text box values

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-06-11T14:37:29Z Indexed on 2010/06/11 15:02 UTC
Read the original article Hit count: 132

Filed under:
|
|

I have a table with 5 rows and 2 columns. Each cell contains a text box. I want to show error if one of the text boxes in each column is empty. I want both text boxes in a row shld be filled or both shld empty.

How can i do this via Asp.net validation controls?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript