______________ element in the web.config file to run code using the permissions of a specific user?
(A) element
(B) element
(C) element
(D) element
What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
(A) Hello world
(B) Hello
(C) C
(D) World
Attribute must be set on a validator control for the validation to work.
(A) ValidateControl
(B) ControlToValidate
(C) ControlToBind
(D) Validate
Which of the following denote the property in every validation control ?
(A) ControlToValidate property
(B) Text property
(C) Both A and B
(D) None of these
Which of the following is not a member of ADODBCommand object ?
(A) Open
(B) ExecuteScalar
(C) ExecuteReader
(D) ExecuteStream
WSDL stands for ______________________?
(A) Web Server Descriptor Language
(B) Web Server Description Language
(C) Web Services Description Language
(D) Web Services Descriptor Language
Which method do you invoke on the Data Adapter control to load your generated dataset ?
(A) Fill( )
(B) Read( )
(C) ExecuteQuery( )
(D) None of these
What tags one need to add within the asp:datagrid tags to bind columns manually ?
(A) Set AutoGenerateColumns Property to true on the datagrid tag
(B) Set AutoGenerateColumns Property to false on the datagrid tag
(C) Set AutomaunalColumns Property to true on the datagrid tag
(D) It is not possible to do the operation
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
The .NET Framework provides a runtime environment called_______________?
(A) CLR
(B) RMT
(C) RC
(D) RCT