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 you prevent a class from overriding
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritable” in VB.NET you can not inherit the class any further. 2007-10-23, 7158👍, 0💬
How can we suppress a finalize method
How can we suppress a finalize method? GC.SuppressFinalize () 2007-10-23, 6816👍, 0💬
What is Indexer
What is Indexer ? An indexer is a member that enables an object to be indexed in the same way as an array. 2007-10-23, 6671👍, 0💬
How can we identify that the Page is PostBack
How can we identify that the Page is PostBack ? Page object has a “IsPostBack” property which can be checked to know that is the page posted back. 2007-10-24, 6557👍, 0💬
Popular Posts:
How you will enable front-end validation based on the xml in validation.xml? The <html:javascr...
How To Create an Add-to-Google-Reader Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS ...
What is Traceability Matrix? Traceability Matrix is one of the document will prepare by QA.To make s...
What is application domain? Explain. An application domain is the CLR equivalent of an operation sys...
How To Get the Last ID Assigned by MySQL? - MySQL FAQs - Managing Tables and Running Queries with PH...