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 the advantages of passport authentication.
What is the difference between GridView and Repeater controls in ASP.NET?
What is ashx file in asp.net?
What is session and application variable in asp net?
Differentiate between file-based dependency and key-based dependency.
What is Dynamic Web and discuss its usage with the help of real life examples?
What is the significance of attaching a profile while creating a user?
Define asp.net caching?
Is asp.net a programming language or framework?
Explain client side state management system.
What is httpresponse?
What is the use of web.config and machine.config files?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is an il?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#