NEW
Font size
WorksheetsII MCA ASP.NET ONLINE QUIZ
Total questions: 15
Worksheet time: 11mins
_____________ is a property common in every validation control.
InitialValue
ValidationExpression
ControlToValidate
ControlToCompare
___________ enable the users to share content across multiple pages in a website.
Themes
Master Pages
AJAX
DynamicControl
____________ control is used to validate e-mail addresses, Social Security Numbers and phone numbers.
Range Validator
Compare Validator
RegularExpression Validator
RequiredField Validator
1. Statement A: Only client side validation is possible in ASP.NET.
Statement B: Nested master pages are allowed in ASP.NET.
Both A and B are true
Both A and B are false
Only A is true
Only B is true
Statement A: Content pages can reference public methods in the master page.
Statement B: ContentPlaceHolder control can be added only on master page.
Only A is true
Only B is true
Both A and B are true
Both A and B are false
A master page contains a ScriptManager control and if a user wants the AJAX functionality on content page, ___________ control is necessary on content page.
PostBackTrigger
AsyncPostBackTrigger
ScriptManager
ScriptManagerProxy
____________ control can be used to update only the portion of the page.
AsyncPostBackTrigger
UpdatePanel
UpdatePage
ScriptManager
___________ control is required of every AJAX page to manage the JavaScript files sent to the client and the communication between client and server.
UpdatePanel
AsyncPostBackTrigger
ScriptManager
ContentPlaceHolder
___________control is not an AJAX server control.
UpdatePanel
ScriptManager
PlaceHolder
ScriptManagerProxy
______________ control is a data bound control used to display a single record from the data source in a table format where each row represents a field of the record.
DataPager
DetailsView
Chart
Repeater
In the MVC framework, the ___________ is responsible for representing the information in a understandable form to the user.
Model
View
Controller
None of the above
The minimum attributes required to create a connection string using SqlConnection object are ____________.
- Data Source
- Initial Catalog
- Integrated Security=true
- Server
- Database
- Integrated Security=true
Both are correct
None
By using the ___________ control on a web page of a website, only authenticated users can be permitted to access other web pages of the website.
LoginStatus
LoginName
LoginView
Login
The ___________ in the MVC framework represents the data and business logic of the application.
View
Controller
Model
None of the options
___________ control provides a link for unauthenticated users to log on.
Login
LoginView
LoginStatus
LoginName
