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, 6961👍, 0💬
How can we suppress a finalize method
How can we suppress a finalize method? GC.SuppressFinalize () 2007-10-23, 6664👍, 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, 6379👍, 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, 6361👍, 0💬
Popular Posts:
How To Enter Microseconds in SQL Statements? - MySQL FAQs - Introduction to SQL Date and Time Handli...
How To Merge Cells in a Column? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells If you ...
How do we configure “WebGarden”? “Web garden” can be configured by using process model settings in...
What is the method to customize columns in DataGrid? Use the template column.
What exactly happens when ASPX page is requested from Browser? Note: - Here the interviewer is expec...