ASP.NET Exclusive Interview Questions and Answers (348) - Page 15

  • 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.

Get 650+ Questpond's Interview videos on discount

How can we get todays date in JavaScript?

var dt = new Date()
alert(dt.toString());
The _____________ rely on personalization and provide the core structure and services needed by all Web Parts controls.

NOTE: This is objective type question, Please click question title for correct answer.
When we use ASP.NET windows's authentication, ASP.NET attaches a____________ object to the current request.

NOTE: This is objective type question, Please click question title for correct answer.
One UI structural component required on every Web Parts page is the ________ control.

NOTE: This is objective type question, Please click question title for correct answer.
Who has given initial specification of JavaSscript?

NOTE: This is objective type question, Please click question title for correct answer.
IIS uses the ____________ Credentials of the rquest for authenticating the user.

NOTE: This is objective type question, Please click question title for correct answer.
What is the JavaScript mainly used for?

1.To validate the data in form elements before it is submitted to server
2.To make the web page Dynamic and Interactive
Can Javascript alone be used for validating webpages?

Javascript is just a programming language and together with HTML DOM (Document Object Model) API it is used to make the web page dynamic or interactive and also to do client side validations of data before form is submitted to the server
Zones act as ___________ on a Web Parts page.

NOTE: This is objective type question, Please click question title for correct answer.
How can we open a new window from JavaScript code?

window.open("JS1.htm","wn","menubar=no,width=200,height=300,scrollbars=yes,resizable=yes")
here “JS1.htm” is the URL of the page which will open in new window “wn” is the name of the window and last parameter is to set attributes of the new window which opens.
In body tag
What is the use of Reset button in HTML form?

Reset button is used to restore the initial state for the elements in the form as it was when the form is rendered.
The Web Parts UI controls, all of which derive from the ________ class, comprise the primary UI on a Web Parts page.

NOTE: This is objective type question, Please click question title for correct answer.
Which tag should be used along with <input type="checkbox" …> so that the text against it when clicked will check or uncheck the checkbox?

<Label> tag
Eg: <input type =”chkBox” id = “chkmusic” name= “chkMusic” checked value=”1”/>
<label for =”chk”>Music</label>
Can we divide the image to have more than one hyperlinks?

Yes, Divide image into different regions and to each region get the x, y coordinates using Photoshop and map the values.
____________ Culture signifies a culture that is linked only to a language and not to a country.

NOTE: This is objective type question, Please click question title for correct answer.
The mechanism for storing and retrieving personalization data consists of a __________

NOTE: This is objective type question, Please click question title for correct answer.

More ASP.NET Interview Questions & Answers here

Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Exclusive Interview Questions and Answers Categories