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 State?
What is State? It is the property of the web forms. ASP.NET provides four types of state: Application state Session state Cookie state View state. 2014-10-01, 2009👍, 0💬
The number of objects in ASP.NET is ...
The number of objects in ASP.NET is ... The number of objects in ASP.NET is * 6 * 7 * 9 * 10 Answer1: 7 Answer2: 10 2014-03-13, 2002👍, 0💬
Explain differences between ADO and DAO.
Explain differences between ADO and DAO. dao- can access only access database ado- can access any databases 2014-10-03, 1997👍, 0💬
How do you define the lease of the object?
How do you define the lease of the object? By implementing ILease interface when writing the class code. 2013-11-15, 1994👍, 0💬
What does WSDL stand for?
What does WSDL stand for? Web Services Description Language 2014-02-06, 1989👍, 0💬
Popular Posts:
Have you ever worked with Microsoft Application Blocks, if yes then which? Application Blocks are C#...
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, ...
How Can we change priority & what levels of priority are provided by Dot Net? Thread Priority ca...
How Many Types of Tables Supported by Oracle? - Oracle DBA FAQ - Managing Oracle Database Tables Ora...
What is the difference between mysql_fetch_object() and mysql_fetch_array() functions in PHP? mysql_...