web technology Online Quiz - 43
Description: web technology Online Quiz - 43 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
How do enable output cache for an ASP.Net page?
Whats the top .NET class that everything is derived from?
Can you store multiple data types in System.Array?
Is it possible to add object in ViewState in .NET?
What is the default port for Http?
How can we maintain the page scroll position after postback?
Which of the following Protocols can be used to call a Web Services in Asp.net?
How to get last month date from C# code?
What is DOM?
How to create an alias name for a namespace in C#?
How can we get Client IP Address in ASP.NET?
Private, Protected, Public, Internal, Protected Internal are the access specifiers?
Only Abstract class, Static class and Sealed class are in .Net
An assembly is the basic unit used by the .NET CLR
DLL and assembly are same
ADO Record set can hold multiples tables data.
Multiple catch blocks cannot be executed for a single try statement
Which utility has the set commands?
Once ASP.NET automatically parses and compiles the global.asax file into a dynamic .NET Framework class, which base class is extended?
You develop a page expecting a DataGrid to appear upon rendering, but it does not appear when you run the application. What is the likely explanation for the problem in the above scenario?