Choose a topic to test your knowledge and improve your ASP.Net skills
_____is a property common in every validation control.
Using which type of stylesheet we can change the style of an element in the entire website?
Which of the following is the way to monitor the web application?
______ file apply settings to all ASP.NET applications
Which type of processing model does asp.net stimulate?
Which protocol is used for requesting a web page in ASP.NET from the Web Server?
What is the fully qualified name of the base class of all server controls?
Which file you should write for the connection string, so that you can access it in all the web pages for the same application?
Which of the following control provides a link for unauthenticated users to log on?
What are the advantages of AJAX?
If you want to cache the page according to the browser, then what will you do?
You need to allow users to choose their own themes. In which page event will you write the user-selected theme?
Client-side validation is turned on by default. If you want that particular validation control should not validate at client side, what will you do?
A button control is located outside the UpdatePanel control. You need that a given button control outside of the UpdatePanel should cause the UpdatePanel to execute an update with partial update. What will you do to achieve this task?
Which is the first event of ASP.NET page, when user requests a web page ?
Which one of the following HTTP verbs indicates that you are creating and writing a file on the Web server?
Which attribute is necessary for HTML control to work as a HTML server control?
MARS feature is disabled by default. What action you will perform in connection string to enable this feature?
Which control can be used to update only the portion of the page?
Which is the mandatory property for all validation controls?
Which object works on client side in state management system?
How many types of caching ASP.NET supports?
If a user wants to create controls at runtime which event should be used to write code?
How will you add a TextBox control at runtime on the form? Choose the correct one.
You are creating an ASP.NET application for company CareerRide. You use form based authentication to validate users. You need to prevent unauthenticated users from accessing the application. What should you do?
What is the use of VaryByParam attribute in OutputCache directive?
Which control is required inside a content page to reference ContentPlaceHolder control inside the master page?
At which level Theme can be applied?
When user request a web page by entering Uniform Resource Locator (URL) then which method /verb/command is used in ASP.NET?
HTTP messages are typically sent between the Web server and Web browser using which Port number?
What type of data can Cookies store?
What are the different types of Session Mode in ASP.NET?
Which validation control in ASP.NET can be used to determine if the data is entered into a TextBox control is of type Currency?
CompareValidator control can be used for performing which task?
Match the following List 1 to List 2 a. Client-side navigation ---------------------- i. Server.Transfer b. Cross-page posting ------------------------- ii. Response.Redirect c. Client-side browser redirects ------------- iii. PostBackUrl d. Server-side transfer ------------------------- iv. HyperLink
You want to enable Page Output Caching in ASP.NET. What code you will write in ASPX page.
Choose the correct option according to given statements. Statement 1: Authentication is the process that determines the identity of a user. Statement 2: Authorization is the process of determining whether a user is permitted to access to any part of an application, or any particular resource. Statement 3: Authorization is the process that determines the identity of a user. Statement 4: Authentication is the process of determining whether a user is permitted access to any part of an application, or any particular resource.
What are the three main objects of DataSet?
On what object would you set the properties to create a primary key for a DataTable?
How many 'ScriptManager' control can be added on a ASP.NET web page?
Which property and method of the Page object do you use to register client script dynamically from code?
Match the following List 1 to List 2 a. Web Form -------------------------- i. .ascx b. Web User Control ---------------- ii. .asmx c. Web Service ---------------------- iii. .aspx
To create your application on a remote server which option you will choose in ASP.NET?
What is Multiple Active Result Sets (MARS)?
Which Data Provider gives the maximum performance when connect to SQL Server?
What are the client-side state management options that ASP.NET supports?
Which Session Mode stores session Information in Current Application Domain?
By default, when you use Page Output Caching, at what location page is cached?
Debug class is available in which namespace?
Match the following List 1 to List 2 a. Literal Control ----------------- i. SingleLine, MultiLine, Password b. Label Control ------------------ ii. CommandName c. TextBox Control -------------- iii. Convert to span tag in HTML d. Button Control ---------------- iv. PassThrough, Encode, Transform mode