asp.net v2.0
I have one asp.net page, which contains 4 text boxes(asp.net controls),
and one button control.

I wrote validation logic for the text boxes in javascript. I want to execute
this validation logic when I press the button, execute one by one.
How can I achieve this