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
Explain significance of routing? : asp.net mvc
What are the disadvantages of asp.net?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What are validators and list some validators of asp.net?
What is difference between view state and session state?
How does session id work?
how can create login from create and written conde in asp.net
What is Model-View-View Model?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is application variable?
Define a static class?
Why do we use asp.net?
Which of the following .NET framework supports Web API?
How is session id generated?
Explain in what order a destructors is called.