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:
The number of objects in ASP.NET is ...
The number of objects in ASP.NET is ... The number of objects in ASP.NET is * 6 * 7 * 9 * 10 Answer1: 7 Answer2: 10 2014-03-13, 1977👍, 0💬
State True or False: ASP.NET can currently run only on Windows Platform: * True or * False?
State True or False: ASP.NET can currently run only on Windows Platform: * True or * False? True 2014-03-12, 3116👍, 0💬
State True or False: A single .NET dll can contain unlimited classes: * True or * False?
State True or False: A single .NET dll can contain unlimited classes: * True or * False? True 2014-03-12, 2638👍, 0💬
What tool is used to manage the GAC?
What tool is used to manage the GAC? What tool is used to manage the GAC? * GacMgr.exe * GacSvr32.exe * GacUtil.exe * RegSvr.exe GacUtil.exe 2014-03-11, 2722👍, 0💬
What data type does the RangeValidator control support?
What data type does the RangeValidator control support? Integer,String and Date. 2014-03-07, 1949👍, 0💬
Where do you store the information about the user’s locale?
Where do you store the information about the user’s locale? System.Web.UI.Page.Culture 2014-03-05, 1826👍, 0💬
Where does the Web page belong in the .NET Framework class hierarchy?
Where does the Web page belong in the .NET Framework class hierarchy? System.Web.UI.Page 2014-03-05, 1989👍, 0💬
Popular Posts:
Can a variable be both const and volatile? Yes. The const modifier means that this code cannot chang...
How Many Tags Are Defined in HTML 4.01? There are 77 tags defined in HTML 4.01: a abbr acronym addre...
How Many Tags Are Defined in HTML 4.01? There are 77 tags defined in HTML 4.01: a abbr acronym addre...
How To Run a JUnit Test Class? A JUnit test class usually contains a number of test methods. You can...
.NET INTERVIEW QUESTIONS - What is the difference between System exceptions and Application exceptio...