Computer Programming MCQs

5739 MCQs  (Page 440 of 574)

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
WSDL stands for ______________________?
A. Web server descriptor language
B. Web server description language
C. Web services description language
D. Web services descriptor language
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
Explain the significance of Server .MapPath ?
A. Returns the virtual path of the web folder
B. Maps the specified virtual path to physical path
C. Returns the physical file path that corresponds to virtual specified path
D. All of the above