If you have to validate a registration module for a user, what all can be possible ways? which one is the best? ~ Interview Questions & Answers

Saturday, May 7, 2011

If you have to validate a registration module for a user, what all can be possible ways? which one is the best?

Can be done on submission in controller, or using javascript/ajax while user is still filling the data. second option is better.

0 comments: