Search
.Management Sciences
Category: ASP.net
In ASP.NET application the Global.asax file lie in which directory_________________?
A. System
B. ROOT
C. Application
D. None of the Above
Select the output of the statement ?
A. Transfers all the form data to test.aspx with HTTP headers
B. Transfers all the form data to test.aspx with out HTTP headers
C. Calls post method on test.aspx
D. None of the above
How to find out what version of ASP.NET I am using on my machine ?
A. Response.Write(Version.ToString() );
B. Response.Write(System.Version.ToString() );
C. Response.Write(System.Environment.Version.ToString() );
D. not possible
Which of the following can be used to add alternating color scheme in a Repeater control ?
A. DataSource
B. ColorValidator
C. AlternatingItemTemplate
D. None of these
The number of forms that can be added to a aspx page is______________?
A. 1
B. 2
C. 3
D. More than 3
Which namespace allows us to formauthentication ?
A. System.Web.Services
B. System.Web.Ui.Forms.Security
C. System.Web.Configuration
D. System.Web.Security
When does Garbage collector run ?
A. It runs random
B. When application is running for more than 15 minutes
C. When application is running low of memory
D. None of these
What is the difference between HTTP handlers & HTTP modules_________________?
A. Httphandler is an event handler and httpmodule is module to do some task
B. Httphandler is an class and Httpmodule is an assembly
C. All of the above
D. None of the above
Which method do you invoke on the DataAdapter control to load your generated dataset with data ?
A. DataBind
B. DataList
C. Fill( )
D. Load ( )
If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
A. CompareValidator
B. DataList
C. Listview
D. GridView
Recent Comments