Buy Questpond's video subscriptions on
huge discount
.
Online: 7819
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
> ASP.NET
ASP.NET Exclusive Interview Questions and Answers (348) - Page 11
A joint initiative from DotNetFunda.Com and Questpond.
A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.
348 records found.
Post Interview
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Interviews Home
Get 650+ Questpond's Interview videos on discount
Loading ...
___________ caching, caches the dynamic response generated by a request.
NOTE: This is objective type question, Please click question title for correct answer.
When is web.config called?
Web.config is an xml configuration file. It is never directly called unless we need to retrieve a configurations setting.
Advantage of AJAX.Net is ____________
NOTE: This is objective type question, Please click question title for correct answer.
How many weg.configs can an application have?
one
__________ caching, caches portions of a response generated by a request.
NOTE: This is objective type question, Please click question title for correct answer.
Where do you store connection string?
Web.config
What does connection string consist of?
The connection string consists of the following parts: In general: Server: Whether local or remote. Uid: User Id (sa-in sql server) Password: The required password to be filled-in here Database: The database name.
____________ caching is useful when we need to cache only a subset of a page.
NOTE: This is objective type question, Please click question title for correct answer.
What is isPostback property?
This property is used to check whether the page is being loaded and accessed for the first time or whether the page is loaded in response to the client postback. Example: Consider two combo boxes In one lets have a list of countries In the other, the states. Upon selection of the first, the subsequent one should be populated in accordance. So this requires postback property in combo boxes to be true.
_______________ is the time at which the inserted object is expired and removed from the cache.
NOTE: This is objective type question, Please click question title for correct answer.
_________ Controls allow us to do postbacks at certain intervals.
NOTE: This is objective type question, Please click question title for correct answer.
ASP.NET OBJECTS?
Application,Request,Responce,server and session
______________ is used to notify applications when their objects are removed from the cache.
NOTE: This is objective type question, Please click question title for correct answer.
What is the difference between server side and client side code?
Server code is executed on the web server where as the client code is executed on the browser machine.
____________ is an ASP.NET AJAX extender that can be attached to an ASP.NET DropDownList control to get automatic population of a set of DropDownList controls.
NOTE: This is objective type question, Please click question title for correct answer.
What is the order of events in a web form?
1. Init 2. Load 3. Cached post back events 4. Prerender 5. Unload
How can you provide an alternating color scheme in a Data Grid?
Use ALTERNATINGITEMSTYLE and ITEMSTYLE, attributes or Templates
What are the 3 different ways to store data in the Cache object?
Use assignment. Assigning a value to an unused key in the Cache object automatically creates that key and assigns the value to that key. Assigning a value to a key that already exists replaces the cached value with the assigned value.
Use the Insert method. The Insert method uses parameters rather than assignment to create or change cached data. Insert optionally accepts parameters to establish dependencies and set expiration policy.
Use the Add method. The Add method is similar to Insert; however, it requires all parameters and returns an object reference to the cached data. For example, the following Cache statements all add the same item to the cache: using System.Web.Caching; private void Page_Load(object sender, System.EventArgs e) { if(!IsPostBack) { Cache["NewItem"] = "Some string data"; Cache.Add("NewItem", "Some string data", null, Cache.NoAbsoluteExpiration, System.TimeSpan.FromMinutes(1), CacheItemPriority.Default, null); Cache.Insert("NewItem", "Some string data"); } }
What are the different types of authentication modes available?
There are three types authentication modes , they are
1. Window. 2. Form. 3. Passport.
The ___________ is a very flexible extender that allows us to easily add collapsible sections to our web page. This extender targets any ASP.NET Panel control
NOTE: This is objective type question, Please click question title for correct answer.
1
...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
More ASP.NET Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Exclusive Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
AI ML
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML