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 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, 1888👍, 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, 1983👍, 0💬
What should you do to store an object in a Viewstate?
What should you do to store an object in a Viewstate? Do serialization of convert the object to string 2014-01-03, 1962👍, 0💬
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, 1996👍, 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, 1985👍, 0💬
Popular Posts:
What is a delegate ? Delegate is a class that can hold a reference to a method or a function. Delega...
What are the two kinds of comments in JSP and what's the difference between them? <%-- JSP Co...
What will be printed as the result of the operation below: main() { char *p1; char *p2; p1=(char *)m...
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thre...
How do we enable SQL Cache Dependency in ASP.NET 2.0? Below are the broader steps to enable a SQL Ca...