To which side ( server ? client) does the user input data
validation occur? Explain the reasons for it?
Answer Posted / ninad
Client-side validation can be performed where deemed
appropriate and feasable to provide a richer, more
responsive experience for the user.
Besides user input data validation occurs on the server at
a minimum.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between debug.write and trace.write? When should each be used?
What are the page life cycle events?
What is an axd file?
What are ASHX files?
What is an imagemap in asp.net?
When cookie will expire?
Explain what is event bubbling?
How can we provide the WebParts control functionality to a server control?
Can the unique key be null?
How can we register exception filter globally?
What is the sequence in which ASP.NET events are processed?
Securitywise What are the Enhancements in 2.0?
What is a postback url?
How many types of cache are there?
Define repository pattern in asp.net mvc? : asp.net mvc