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 ROOT element in XML
What is ROOT element in XML? In our XML sample given previously <invoice></invoi ce>tag is the root element. Root element is the top most elements for a XML. 2007-10-31, 5212👍, 0💬
What Is Locking
What Is Locking? Locking are mechanisms intended to prevent destructive interaction between users accessing data. Locks are used to achieve. 2007-04-15, 5209👍, 0💬
what is a service class
what is a service class? 2007-11-04, 5208👍, 0💬
How do you upload a file in ASP.NET
How do you upload a file in ASP.NET ? use System.Web.HttpPostedFile class. 2007-10-24, 5203👍, 0💬
Popular Posts:
What is XSLT? XSLT is a rule based language used to transform XML documents in to other file formats...
What is the difference between CALL_FORM, NEW_FORM and OPEN_FORM? CALL_FORM: start a new form and pa...
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...
What are some uses of Intranets & Extranets? An "intranet" is the generic term for a collect...
What is test metrics? Test metrics accomplish in analyzing the current level of maturity in testing ...