Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Should validation (did the user enter a real date) occur server-side or client-side? Why?
Should validation (did the user enter a real date) occur server-side or client-side? Why?
✍: Guest
Client-side validation because there is no need to request a server side date when you could obtain a date from the client machine.
2014-01-16, 1653👍, 0💬
Popular Posts:
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
What is effort variance? Effort Variance = (Actual effort – Estimated Effort) / Estimated Effort.
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
Describe in detail Basic of SAO architecture of Remoting? For these types of questions interviewer e...