Choose a topic to test your knowledge and improve your ASP.Net skills
What is the name of the Page object’s property that determines if a Web page is being requested without data being submitted to server?
______ is the DataType return in IsPostback property.
When does Garbage collector run?
Which is the first event of ASP.NET page, when user requests a web page?
What happens in the Init event of a page?
Which one of the following has a parameter called as “preserveForm”?
Which validation control in ASP.NET can be used to determine if data that is entered into a TextBox control is of type Currency?
If we want to add graphics using asp.net which of the following web control will you use?
What is/are true about master page? Choose the correct option.
Which of the following statements about referencing master page methods and properties is true?
How many types of authentication ASP.NET supports?
Which of the following is the default authentication mode for IIS?
You use the ASP.NET Web Site Administration Tool to configure ASP.NET membership with forms authentication. What should you name your login form so that you do not have to modify the Web.config file?
What are the types of cookies?
Default Session data is stored in ASP.Net.
Which session modes stores session Information in Current Application Domain?
Choose the correct option about the Integrated Security property of connection object.
In which file you should write the connection string, so you can access it in all the web page for same application?
How will you specifying the Cache Location?
Which of these data source controls do not implement Caching?
You want to make a configuration setting change that will affect only the current Web application. Which file will you change?
____is the first method that is fired during the page load.
What is a web application running on multiple servers called?
What property do you modify on a server control to minimize the size of the ViewState data?
A web page has lots of input data, and you want the data input to be spread across multiple screens. What is the best control to use to implement this solution on a single Web page?
ASP.NET validation controls works (handle validation) at
There is a button on page name cancel and it should bypass validation when cancel button is clicked. What will you do?
Which of the following is a valid skin code inside a skin file?
What is/are the advantages of master page?
How to implement authentication via web.config?
Windows-Based Authentication is well suited for.
If any user has disabled cookies in their browsers, what can you do to enable them to use forms authentication?
What ASP.NET object encapsulates the state of the client and the browser?
In ASP.NET what are the different types of session mode available?
To kill a users session explicitly which of the following will you use?
Which control is required of every AJAX page to manage the JavaScript files sent to the client and the communication between client and server?
What property and method of the Page object do you use to register client script dynamically from code?
Which ado.net class provide disconnected environment?
What data type is returned when calling the ExecuteScalar method of a command object?
How many types of Cache Dependencies are available in ASP.NET?
In order to prevent a browser from caching a page which of these xstatements should be written?
You need to programmatically configure page output caching. Which object would you use?
What are the Command Object Methods?
To perform asynchronous data access, what must be added to the connection string?
A Master Page contains a ScriptManager control and a user wants the AJAX functionality on content page then which control is necessary on content page.
Which of the following is not a member of ADODBCommand object?
From the following which is not a valid state management object?
Where do we include the user lists for Form authentication?
By default, a .Net web site is configured with which of the following authentication types?
Validation events of server controls occur before the page is post back to the server.