Should user input data validation occur server-side or
client-side? Why?
Answers were Sorted based on User's Feedback
Answer / sapna
User input data validation should occur on client side.
Then for each transaction there is no need to contact with
server thereby transactions decreases and efficiency
increases.
| Is This Answer Correct ? | 19 Yes | 8 No |
Answer / manish singh(amalga fusion)
user input data validation can occur both side means client
side as well as server side. but generally validated on
client side because in this validation no any sever
resources used for validation. So it provides less
overhead on server and application performance become fast
rather than server side. if we validate user input data on
server side every time data check on server so the
performance of application become slow down.
| Is This Answer Correct ? | 17 Yes | 7 No |
Answer / zaw
Client side validation such as javascript can be bypassed.
It is not secured at all. But it can be used to provide
quick feedback to the users. For example, if the user enters
invalid username and jump to another field, show an error
message quickly with client side validation.
Sever side validation protect against against the malicious
user. Using both techniques can provide secrue, quicker
validation and compatibility .
| Is This Answer Correct ? | 12 Yes | 3 No |
What is .net framework and what are the main components of it?
whats the best method to cal id in javascript
How would you implement inheritance using VB.NET/C#?
What is the difference between CLICK and MOUSE DOWN Event ?
What is the purpose of master page?
what is CTS?
What is event bubbling?
How can we call webservices in Banking Applications? and where we are using it?
Have you used microsoft dataaccess blocks and Exception blocks?
What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.
I am trying to redirect another site on button click.
Explain the difference between response.redirect vs server.transfer
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)