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:
Explain the differences between Server-side and Clientside code
Explain the differences between Server-side and Clientside code?
✍: Guest
Server side code is executed at the server side on IIS in ASP.NET framework, while client side code is executed on the browser.
2007-10-24, 5023👍, 0💬
Popular Posts:
How To Manage Transaction Isolation Level? - Oracle DBA FAQ - Introduction to PL/SQL Transaction iso...
What does address of operator do in background? The AddressOf operator creates a delegate object to ...
How can we format data inside DataGrid? Use the DataFormatString property.
What is the difference between strings and character arrays? A major difference is: string will have...
What exactly happens when ASPX page is requested from Browser? Note: - Here the interviewer is expec...