ASP.NET predefined validation control and java script validation

What is difference between predefined validation control and java script validation in asp.net ? which one better ?

Showing Answers 1 - 2 of 2 Answers

Actually, ASP.NET predefined validation control is the server control which execute on the client. and javascript validation is client side script. So it is batter to use Javascript validation 

  Was this answer useful?  Yes

if you are talking abt asp.NET 2.0 then i must say that there is no need to use java scrip t for client side validation as in .NET 2.o itself you can use all validation controls at server side as well as client side,
you just need to set true for client side validation in its property.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions