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
What is the displayafter property in updateprogress control?
Why we use asp.net for website development?
What is the life-span of the items in the viewstate?
How use Xml data in ASP.net?
What is cookies in asp net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What are session state modes? List some of the important session state modes of asp.net.
What are the differences between primary foreign and unique keys?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Is viewstate secure?
What is new asp.net core?
Define the types of configuration files.
What is strong-typing versus weak-typing?
3. What goals do you have in your career?
What is syntax code to send email from an asp.net application?