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:
Can any object be stored in a Viewstate?
Can any object be stored in a Viewstate? An object that either is serializable or has a TypeConverter defined for it can be persisted in ViewState 2014-01-02, 2008👍, 0💬
What exactly is being serialized when you perform serialization?
What exactly is being serialized when you perform serialization? The object’s state (values) 2013-12-26, 1996👍, 0💬
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. 2014-01-10, 1991👍, 0💬
Popular Posts:
What is the FP per day in your current company?
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
What are some advantages and disadvantages of Java Sockets? Advantages of Java Sockets: Sockets are ...
Can you tell me how to check whether a linked list is circular? Create two pointers, and set both to...
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...