Download PDF
ASP.NET objective questions with answers. Here five MCQ Questions with Answers are added on Server Controls and each question contain four options as possible answer but only one option is the correct answer. Select one and check your answer with the given correct answer.
(16)
Which of the following server control shows data in a tabular format and allows sorting, paging, edit, delete each record?
[A]
ListBox
[B]
GridView
[C]
Repeater
[D]
None of these above
Comment
(17)
Which of the following webserver control used as container for other server controls in a ASP.NET webpage?
[A]
PlaceHolder
[B]
Panel
[C]
Table
[D]
ImageMap
Comment
(18)
By using which of the following web server control data can be retrieved from a relational database?
[A]
ObjectDataSource
[B]
SqlDataSource
[C]
AccessDataSource
[D]
XmlDataSource
Comment
(19)
By using which of the following attribute, HTML elements are transformed to HTML server control?
[A]
runat="client"
[B]
runat="server"
[C]
runat="browser"
[D]
runat="host"
Comment
(20)
AccessDataSource Control work with which of the following file types?
[A]
.mpd file
[B]
.mdf file
[C]
.mdb file
[D]
.myd file
Comment
Answer: Option [B]
.mdb is Microsoft Access Database file
Please share this page
Chapters