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 server-side scripting?
Define a multilingual website?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Explain the difference between an exe and a dll?
What is a pixel url?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
How do you hide the columns?
What are sessions and cookies?
How can we create custom controls in asp net?
What is a web based system?
Can we have multiple web config files for an asp.net application?
Explain about Application and Session Events ?
What is a session government?
What is http pipeline in asp.net?
Explain a program using code nuggets to create a simple application? : asp.net mvc