Buy Questpond's video subscriptions on
huge discount
.
Online: 7818
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 14
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 ...
Javascript does not support types, but it has subtypes can you please mention what are the sub types in JavaScript?
Number,
String,
Boolean,
Function,
Object,
Null,
Undefined.
In Javascript arrays are always dynamic, True or False?
Its true, In javascript we can increase the size of array at runtime by one element at a time.
Following is the syntax to increase the size of array
ar[ar.length] = value;
For maximum programmatic control of our environment, we can also create custom Web Parts controls that derive from the ____________
NOTE: This is objective type question, Please click question title for correct answer.
Does java script supports Inheritance?
No, It is only object based and not object oriented.
The .NET Framework installs with predefined configuration sections in the ________file.
NOTE: This is objective type question, Please click question title for correct answer.
Which of the following are true to the JavaScript?
NOTE: This is objective type question, Please click question title for correct answer.
The __________________ namespace contains classes and interfaces known collectively as the Web Parts control set.
NOTE: This is objective type question, Please click question title for correct answer.
How to display text in a message box using JavaScript?
alert("Your message goes here…")
How can ensure that the execution of the function in JavaScript is delayed by 5 secs?
setTimeout("FunctionName()",5000);
What are the javascript function which can convert a string into Integer and double?
parseInt and parseFloat
What are the best practices to follow to secure connection strings in an ASP.NET web application?
1. Always store connection strings in the site's Web.config file. Web.config is very secure. Users will not be able to access web.config from the browser. 2. Do not store connection strings as plain text. To help keep the connection to your database server secure, it is recommended that you encrypt connection string information in the configuration file.
3. Never store connection strings in an aspx page.
4. Never set connection strings as declarative properties of the SqlDataSource control or other data source controls.
How can you declare an array in JavaScript?
var arrNames = new Array(10);
______________ Class Provides an editor control that enables end users to edit several user interface (UI) properties on an associated WebPart controls.
NOTE: This is objective type question, Please click question title for correct answer.
Why is "Connecting to SQL Server using Integrated Security" considered a best practice?
Connecting to SQL Server using integrated security instead of using an explicit user name and password, helps avoid the possibility of the connection string being compromised and your user ID and password being exposed.
Which of the following is not considered a JavaScript operator?
NOTE: This is objective type question, Please click question title for correct answer.
_______________ is the foundation of the Web Parts feature. It enables users to modify--or personalize--the layout, appearance, and behavior of Web Parts controls on a page
NOTE: This is objective type question, Please click question title for correct answer.
The act of determining the identity of the requesting entity is known as _________________
NOTE: This is objective type question, Please click question title for correct answer.
How can we refresh/reload the current webpage using javascript?
window.location.reload(true)
Once the request is authenticated, it must be determined whether the identity can access the given resource or not. This process is called ________________
NOTE: This is objective type question, Please click question title for correct answer.
How can we change the current page to another page using “javascript”?
1
...
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