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 does WSDL stand for?
What does WSDL stand for? Web Services Description Language 2014-02-06, 1943👍, 0💬
What is IIS? Have you used it?
What is IIS? Have you used it? IIS - Internet Information Server IIS is used to access the ASP.Net web applications Yes, I used in ASP.NET web applications. 2013-12-12, 1937👍, 0💬
What is smart navigation?
What is smart navigation? The cursor position is maintained when the page gets refreshed due to the server side validation and the page gets refreshed. 2014-01-10, 1934👍, 0💬
What is OLAP?
What is OLAP? OLAP is an acronym for On Line Analytical Processing. It is an approach to quickly provide the answer to analytical queries that are dimensional in nature. 2014-10-29, 1933👍, 0💬
What base class do all Web Forms inherit from?
What base class do all Web Forms inherit from? System.Web.UI.Page 2014-01-30, 1932👍, 0💬
Popular Posts:
If we inherit a class do the private variables also get inherited ? Yes, the variables are inherited...
Can Java object be locked down for exclusive use by a given thread? Yes. You can lock an object by p...
How could Java classes direct program messages to the system console, but error messages, say to a f...
What is Windows DNA architecture? Note :- If you have worked with classic ASP this question can come...
How can I include comments in HTML? An HTML comment begins with "<!--", ends with "-->...