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, 5024👍, 0💬
Popular Posts:
How To Merge Values of Two Arrays into a Single Array? - PHP Script Tips - PHP Built-in Functions fo...
How To Control Vertical Alignment? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells By d...
Assuming that the structure of a table shows two columns like this: --------+------------+-- ----+---...
What does a well-written Object Oriented program look like? A well-written object oriented program e...
.NET INTERVIEW QUESTIONS - Can we use events with threading ? Yes, you can use events with thread; t...