Advanced Web Programming MCQs - 9 | 200+ MCQ Questions with Answers


201) ............. are similer to funtion call

a) join
b) triggers
c) clouses
d) non of these

Ans: triggers

202) follwing is not SQL command type

a) DDL
b) DML
c) DCL
d) STL

Ans: STL

203) Disconnected architecture refers to the mode of architecture in Ado.net where the connectivity between the database and application is not maintained for the full time.

a) TRUE
b) FALSE
c) May Be

Ans: TRUE

204) following is not supported bye visual studio

a) ODBC
b) OLEDB
c) ADO.NET
d) JDBC

Ans: JDBC

205) which query is used to update table rows or column

a) alter
b) update
c) modify
d) none of these

Ans: Alter

206) following is not DataAdapter class

a) select
b) insert
c) delete
d) modify

Ans: modify

207) this is not ADO.NET object

a) connection
b) command
c) datareader
d) table

Ans: table

208) What is full form of AJAX

a) Asynchronous JavaScript and XML
b) Asymmetric JavaScript and XML
c) Asynchronous Java and XML
d) Asynchronous JDBC and XML

Ans: A

209) Partial Refresh refers to

a) Defining some part of class somewhere else
b) Some part of page posted back to server
c) The whole page posted back to server
d) The whole page defined at different places

Ans: B

210) The event in AJAX triggers

a) VBScript
b) C# Code
c) Javascipt
d) Refresh

Ans: C

211) Triggers collection contains

a) AsyncPostBackTrigger
b) Event Driven
c) Autoclick event
d) UpdatePanel

Ans: A

212) ContentTemplate is a property of

a) Textbox
b) UpdatePanel
c) Ajax Panel
d) Div

Ans: B

213) RenderMode property has values

a) Block and Inline
b) Panel and Refresh
c) Block and Refresh
d) Block and Panel

Ans: A

214) Time in milliseconds that the control has to wait before it displays its content is given by

a) Visible
b) DisplayAfter
c) EnableViewState
d) DynamicaLayout

Ans: B

215) ___ property determines the control automatically saves its state for the use in round trips.

a) Block and Inline
b) DisplayAfter
c) EnableViewState
d) DynamicaLayout

Ans: C

216) ____determine whether the progress template is dynamically rendered

a) DynamicVisible
b) Dynamic display
c) Dynamicstate
d) DynamicaLayout

Ans: D

217) Progressbar has a asp control name as

a) UpdateProgress
b) DisplayProgress
c) ProgressBar
d) ShowProgress

Ans: A

218) In ASP .NET binding types are

a) Single and repeated value binding
b) Single and Multi value binding
c) Single and multiple value binding
d) None of these

Ans: Single and repeated value binding

219) Single-value data binding allows you to take a variable, a property, or an expression and insert it

a) Satically
b) Dynamically
c) Both
d) None of these

Ans: Dynamically

220) Control supports repeated-value data binding if it provides a property

a) Data Source
b) Data Set
c) Both
d) None of these

Ans: Data Source

221) The data a source controls include any control that implements the interface

a) IFile
b) IDisposable
c) IDataSource
d) None of these

Ans: IDataSource

222) To show multiple items in dropdownlist which property you have to set to the point to the SqlDataSource

a) ID
b) DataSourceID
c) SqlDataSource
d) XMLDatasource

Ans: DataSourceID

223) The data binding is perform

a) Before Page init
b) After Page render
c) After page Load
d) Before Page rendered

Ans: Before Page rendered

224) To give the user a way to enter the new values in Detail view which property have to set true?

a) AutoGenerateDeleteButton
b) AutoGenerateInsertButton
c) AutoGenerateEditButton
d) None of these

Ans: AutoGenerateEditButton

225) Which of the following is approch of dynamic Text?

a) <%expression%>
b) <%#expression%>
c) <%#expression#%>
d) <%expression%>

Ans: <%#expression%>

Previous Page 9 Next