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:
How ASP .NET different from ASP?
How ASP .NET different from ASP? Scripting is separated from the HTML, Code is compiled as a DLL, these DLLs can be executed on the server. 2013-09-27, 2072👍, 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. 2013-09-30, 2054👍, 0💬
How many classes can a single.NET DLL contain?
How many classes can a single.NET DLL contain? Answer1: As many Answer2: One or more 2014-09-04, 2053👍, 0💬
The following is a valid statement in ASP.NET<%@ Page Language="C" %>: * True or * False
The following is a valid statement in ASP.NET<%@ Page Language="C" %>: * True or * False False 2014-08-18, 2039👍, 0💬
Bitwise OR operator in C# is ...
Bitwise OR operator in C# is ... Bitwise OR operator in C# is * OR * || * | * XOR Answer1: || Answer2: | 2014-03-24, 2023👍, 0💬
Popular Posts:
If cookies are not enabled at browser end does form Authentication work? No, it does not work.
Why is there extra white space before or after tables? This is often caused by invalid HTML syntax. ...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...
Which JavaScript file is referenced for validating the validators at the client side ? WebUIValidati...
What's wrong with this initialization? char *p = malloc(10); My compiler is complaining about an ``i...