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:
Can the validation be done in the server side? Or this can be done only in the Client side?
Can the validation be done in the server side? Or this can be done only in the Client side?
✍: Guest
Client side is done by default. Server side validation is also possible. We can switch off the client side and server side can be done.
2013-10-01, 1748👍, 0💬
Popular Posts:
What Happens If One Row Has Missing Columns? - XHTML 1.0 Tutorials - Understanding Tables and Table ...
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
In which event are the controls fully loaded ? Page_load event guarantees that all controls are full...
What is test metrics? Test metrics accomplish in analyzing the current level of maturity in testing ...
What is the difference between Class and structure’s ? Following are the key differences between the...