ASP.NET
Description: Test your skills in ASP.Net | |
Number of Questions: 25 | |
Created by: Aliensbrain Bot | |
Tags: ASP ASP.Net Web Development Web Site BBA / BBS / BCA Information Technology |
Which of the following is NOT a valid file extension in ASP.NET?
Which of the following controls is used to ensure that an input value matches a specified pattern?
Which of the following methods of the Global.asax file is called when the first resource is requested from the web server?
Which of the following page life cycle events is raised after the page loads view state for itself and all other controls, and then it processes postback data?
Which of the following statements is FALSE regarding cookies?
Which of the following is NOT a valid directive in ASP.NET?
Which ASP.NET folder is used to store files such as .mdf, .mdb and XML?
Which of the following is NOT an ASP.NET object?
Which web server control allows us to place an empty container control in the page and then dynamically add child elements to it at run time?
Which of the following is NOT a template in a Repeater Control?
Which of the following objects acts as a mediator between the DataSet object and the database?
Which of the following allows the state of objects to be stored transported back to server whenever required?
How many types of Authentication are there in ASP.NET?
Which of the following is NOT a property of a user control?
Which of the following is NOT a valid property of an advertisement file with reference to AdRotator control?
Which of the following is NOT a property of the POST method?
Which namespace would be used to create an ASP.NET application with Microsoft SQL Server as the database?
Which of the following statements is FALSE with reference to ASP.NET configuration system?
Which method of the Session Object is used to destroy a user session?
What can be defined as - manages the execution of programs written in any of several supported languages, allowing them to share common object-oriented classes written in any of the languages?
Which is the preferred protocol to call a web service?
Which of the following is a valid pair of wild card characters in web.config?
Which namespace contains classes that define culture-related information?
Which data control is used to display one record at a time?
Which of the following statements about MVC is FALSE?