Why is validation always done on the server? When does that
occur?

Answer Posted / saad

It is not always done on server, it can be done on client
side as well but its secure on server side. if the data is
not correctly enter then the request will be sent back to
client side with error message(round trip), so to avoid
that Page's IsValid Property must be used for each control.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain significance of routing? : asp.net mvc

793


What are the disadvantages of asp.net?

800


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2511


What are validators and list some validators of asp.net?

737


What is difference between view state and session state?

672


How does session id work?

683


how can create login from create and written conde in asp.net

1981


What is Model-View-View Model?

781


Can you explain how ASP.NET application life cycle and page life cycle events fire?

792


What is application variable?

709


Define a static class?

722


Why do we use asp.net?

783


Which of the following .NET framework supports Web API?

853


How is session id generated?

655


Explain in what order a destructors is called.

792