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:
What is ENUM
What is ENUM ? It’s used to define constants. 2007-10-23, 6139👍, 0💬
What Is Commit
What Is Commit? - MySQL FAQs - Database Basics and Terminologies Commit is a way to terminate a transaction with all database changes to be saved permanently to the database server. 2007-05-10, 6123👍, 0💬
How can we force all the validation control to run
How can we force all the validation control to run ? Page.Validate 2007-10-24, 6115👍, 0💬
Is JSP technology extensible?
Is JSP technology extensible? YES. JSP technology is extensible through the development of custom actions, or tags, which are encapsulated in tag libraries. 2019-01-07, 6104👍, 1💬
Popular Posts:
Rachel opened her math book and found that the sum of the facing pages was 245. What pages did she o...
What is CAR (Causal Analysis and Resolution)? The basic purpose of CAR is to analyze all defects, pr...
What is CodeDom? “CodeDom” is an object model which represents actually a source code. It is designe...
How do we create DCOM object in VB6? Using the CreateObject method you can create a DCOM object. You...
Can you explain why your project needed XML? Remember XML was meant to exchange data between two ent...