Home > B.Sc (CS) > Quizzes > Web Technology Test
Web Technology Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 28% Most missed: “The ______________ event occurs when the user clicks the next or previous month …”
Web Technology Test
Time left 00:00
25 Questions

1. Which clause in a select statement sorts the information in a desired manner?
2. Web.config file is used ___________.
3. What is used to validate complex string patterns like an e-mail address?
4. The ________________ property enables the user to format every other row.
5. Which property adds the corresponding information to the value attribute in the control element?
6. Which directive causes ASP.NETto import the content of the specified namespace?
7. The _________ property of the BoundField of the GridView control configures the appearance for the column.
8. All the HTML controls inherit from the ______________ base class.
9. What are the two fundamental objects in ADO.NET?
10. Which of the following is not a rich web server control?
11. The __________ is a set of classes designed for drawing images.
12. _________________ column in a grid view control provides selection or editing buttons.
13. The _____________link will be followed if the user clicks the banner.
14. When is the web.config file called in an ASP.NET website?
15. Which property to be set for avoiding validations for a button?
16. The _____________ indicates the type of markup that is used to create a web page.
17. Which is the syntax is used to specify the comment in an .aspx file?
18. The Grid view is associated with its data source through its ____________ property.
19. The ________________________ property of a GridViewRow object provides the data object for the given row.
20. The ________________ event of the TreeView control is used for multiple selection of nodes.
21. Web control classes are defined in _________________.
22. What are the two parameters used to create a SqlDataAdapter object?
23. The namespace which contains fundamental classes with the core ADO.NET functionality is_________________________.
24. Where does the Web page belong in the .NET Framework class hierarchy?
25. The ____________ button has the provision to pass information on to the procedure that is called when the button is clicked.