ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 598 Page Views: 

Where should the validation occur ,on Server-Side or Client-Side and Why?



Posted By: Avi Date: 4 October 2010 12:27:20 AM
 Answer:

It is better to have a validation check on client-side. This is because if the validations are checked on the servers it will burden up the server and will reduce its performance.


Posted By: avibtech


Date: 4 October 2010 12:27:20 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image eT0lz3
Related Questions
ASP.Net : Which data type is supported by RangeValidator control?

Which data type is supported by RangeValidator control?

Three datatypes are supported, viz. , String, Integer and Date.
Category: ASP.Net Date: 10/5/2010 2:20:19 PM
ASP.Net : Is it possible for a user browsing a website to read Web.config or Global.asax files?

Is it possible for a user browsing a website to read Web.config or Global.asax files?

No, he can't read these files as access to these files is not possible. This is because the section ....
Category: ASP.Net Date: 10/5/2010 11:44:20 AM
ASP.Net : To display the data in repeater control which template should be used?

To display the data in repeater control which template should be used?

Item Template should be used.
Category: ASP.Net Date: 10/5/2010 9:34:19 AM
ASP.Net : How does the RaiseBubbleEvent works?

How does the RaiseBubbleEvent works?

RaiseBubbleEvent implementation is done with the help of control , which cannot be overridden. The e....
Category: ASP.Net Date: 10/5/2010 12:50:20 AM
ASP.Net : Diffrentiate between src and code behind?

Diffrentiate between src and code behind?

src:- It is an attribute where we mention the name of the code-behind class to dynamically compile a....
Category: ASP.Net Date: 10/5/2010 12:26:19 AM