Software Engineering Mcqs » ASP.net
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 is not a member of ADODBCommand object ?

A. Open
B. ExecuteScalar
C. ExecuteReader
D. ExecuteStream

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

On which of the operating system below ASP.NET can run ?

A. Windows XP Professional
B. Windows 2000
C. Both A and B
D. None of these