Test your basic knowledge |

Asp.net Programming

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element






2. Submits data to be processed. The data is included in the body of the request. This may result in the creation of a new resource or the updates of existing resources or both






3. When _________ is set to Off all visitors see the full error details






4. A popular JavaScript framework that simplifies working with the DOM - visual effects - event handling - and AJAX






5. Code in the ______ block is always fired - irrespective of whether an exception occurred or not






6. Microsoft proprietary extension to SQL






7. A set of ASP.NET controls that enable you to validate user input on the client and server-side.






8. integrated source control - issue tracking - and process management for development teams.






9. In a sitemap file - the name of the attribute which you use to specify text that will be displayed when the user hovers over a particular Menu / Tree view element in the browser






10. Of the controls that you can use to display and edit data on your web pages - _____ is designed to show a single record at a time






11. Test that seeks to uncover new errors in existing functionality after changes have been made to a system - such as functional enhancements - patches - or configuration changes






12. The property you set to true within CommandField to enable Selection






13. A panel that can be shown during the execution of an asynchronous Ajax operation






14. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.






15. A directory service where businesses can register and search for Web services.






16. A block of content that can be reused in pages (master pages - pages - and user controls).






17. If the value of passwordFormat is set to _______ - users cannot retrieve their original passwords






18. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)






19. Controls used to retrieve data from a data source; that data is offered to data-bound controls






20. A panel that can be shown during the execution of an asynchronous Ajax operation






21. when sub objects don't load unless they are explicitly told too






22. The control can I use to find out the user's name






23. An automatic way to associate page events and methods - no explicit Handles clause or delegate is needed






24. A static method that is defined in a web page and can be called from client script






25. Takes care of managing client script files and server-side Ajax behavior






26. This property determines whether the items in the TreeView can be collapsed or expanded






27. An object whose state cannot be modified after it is created






28. When attached to a public method it indicates that you want the method exposed as part of the XML Web service.






29. This control shows the user where they are on the site - i.e. - the path to the current location.






30. SQL data type that corresponds the .NET double data type






31. Microsoft's source control software package oriented towards small software development projects.






32. If you want to sort the output based on price (with most expensive item first) - what clause should you use?






33. This security concept allows a website to confirm you are who you say you are






34. Serves as a central location for network administration and security. It is responsible for authenticating and authorizing all users and computers within a network of Windows domain type.






35. A set of ASP.NET controls that enable you to validate user input on the client and server-side.






36. A language for describing web services and how to access them.






37. To remove all breakpoints in your website






38. A debugging window where you can test expressions while the page is running






39. XML-based protocol for accessing a Web Service






40. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements






41. In a production environment - you should NOT leave debug=___






42. Data source controls you use to bind hierarchical XML based data






43. The property you use to determine number of submenu items the menu control should display






44. Enables assemblies that are used in an application domain to be updated without unloading the application domain






45. Data is added to the requested address for a page. That data can be retrieved using the QueryString property Should be used for retrieval only






46. A subroutine that is stored in the database and executed by calling it directly from the client






47. To link to other pages within your site use _______






48. Set the _________ property to change the symbol/text between elements of the path in a SiteMapControl






49. Enables controls to write information to a central log location at runtime






50. An HTTP POST to the same page that the form is on.