The feature in ASP.NET 2.0 that is used to fire a normal postback to a different page in the application is called
If one uses ASP.NET configuration system to restrict access which of the following is TRUE?
In ASP.NET if one wants to maintain session then which of the following is used?
In ASP.NET application the Global.asax file lie in which directory
There is a requirement as follows:
A client side already has 25 COM objects and if the requirement is to add a 26th function that must exists only for .NET object without affecting the existing one how to achieve the above?
Setting the following properties for object in ASP.NET results in Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = "no-cache"
I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired
If in an ASP.NET application one want to create http handlers which of the interface is used
Give one word: What model does ASP.NET request processing is based on
The control used in ASP.NET to display information from data set but with better formatting and editing behavior is
Which of the following can be used to debug .NET application?
An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario which of the following is TRUE
Which of the following denote the web control associated with Table control function of ASP.NET?
Which of the following is used to write error message in event Log File?
To set page title dynamically in ASP.NET which of the following is used?
If a developer of ASP.NET defines style information in a common location. Then that location is called as
A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above?
In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is
In ASP.NET if one wants to set the focus on a particular control