Programming With Asp.Net

130 Questions | Attempts: 240
Share
SettingsSettings
Please wait...
  • 1/130 Questions

    Specifies or retrieves the date that is selected.

    • SelectedDate
    • DayStyle
    • TodayDate
    • DayHeaderStyle
    • DayNameFormat
Please wait...
About This Quiz

This is good for you

Programming Quizzes & Trivia

Quiz Preview

  • 2. 

    This retrieves or specifies the width of the web server control.

    • ForceColor

    • Width

    • BackColor

    • ID

    • Visible

    Correct Answer
    A. Width
  • 3. 

    The RequiredFieldValidator control checks for ensuring that the input control is not left blank by user.

    • True

    • False

    Correct Answer
    A. True
  • 4. 

    This Specifies the forceground color of the web server control.

    • ForceColor

    • Width

    • ID

    Correct Answer
    A. ForceColor
  • 5. 

    Specifies or retieves the client side script when a click event occur.

    • AssociatedControlID

    • AccessKey

    • OnClickClient

    • ForceColor

    • Controls

    Correct Answer
    A. OnClickClient
  • 6. 

    This specifies or retrieves the target window where the web page content is displayed.

    • FindItem.

    • Target

    • PathSeparator

    • PathSeparator

    • FindNode.

    Correct Answer
    A. Target
  • 7. 

    Saves the contents of a file that is Uploaded.

    • EnableTheming property.

    • Active event

    • FileName property

    • SaveAS

    • ActiveViewIndex

    Correct Answer
    A. SaveAS
  • 8. 

    Retrieves the name of a file selected for Uploading

    • EnableTheming property.

    • Active event

    • FileName property

    • SaveAS

    Correct Answer
    A. FileName property
  • 9. 

    The MaximumValue property of the RangeValidator class specifies the maximum range value to be validated with the value in the input cpontrol.

    • True

    • False

    Correct Answer
    A. True
  • 10. 

    The Lock() method prevents other sessions from changing the value of the application variables.

    • True

    • False

    Correct Answer
    A. True
  • 11. 

    Specifies or retrieves the index of the active View control.

    • EnableTheming property.

    • Active event

    • FileName property

    • SaveAS

    • ActiveViewIndex

    Correct Answer
    A. ActiveViewIndex
  • 12. 

    Specifies or retrieves the alignment of the image on the web page.

    • Multiple

    • Align

    • Method

    • Item

    • DefaultFocus

    Correct Answer
    A. Align
  • 13. 

    The AdRotator control uses an XML file to store information about the advertisements

    • True

    • False

    Correct Answer
    A. True
  • 14. 

    Retrieves a collection of items that are listed in the control.

    • Multiple

    • Align

    • Method

    • Items

    • DefaultFocus

    Correct Answer
    A. Items
  • 15. 

    The Page.IsVaid property retieves a value which indicates whether or not the validation of the page has been successful.

    • True

    • False

    Correct Answer
    A. True
  • 16. 

    Retrieves or specifies ID of  the associated control.

    • AssociatedControlID

    • AccessKey

    • OnClientClick

    • ForceColor

    • Control

    Correct Answer
    A. AssociatedControlID
  • 17. 

    Specifies or retrieves the state of the control and automatically post back to the server.

    • AutoPostBack

    • SelectionMode

    • SelectedIndex

    • SelectedValue

    • ID

    Correct Answer
    A. AutoPostBack
  • 18. 

    Specifies or retrieves the mode of the selection in the control.

    • AutoPostBack

    • SelectionMode

    • SelectedIndex

    • SelectedValue

    • ID

    Correct Answer
    A. SelectionMode
  • 19. 

    Retrieves the value of the selected control.

    • AutoPostBack

    • SelectionMode

    • SelectedIndex

    • SelectedValue

    • ID

    Correct Answer
    A. SelectedValue
  • 20. 

    Nodes property retrieves the collection of tree nodes that are allowed to the TreeView control.

    • True

    • False

    Correct Answer
    A. True
  • 21. 

    HTML server controls can be used for server-side scripting by adding runnat="server" attribute in the HTML tag.

    • True

    • False

    Correct Answer
    A. True
  • 22. 

    ListBox control support single as well as multiple selections

    • True

    • False

    Correct Answer
    A. True
  • 23. 

    Compares the values  in the Password an the Confirm Password fields.

    • CompareValidator

    • CustomValidator.

    • ReqularExpressionValidator.

    • RequiredFieldValidator

    • ValidationSumary.

    Correct Answer
    A. CompareValidator
  • 24. 

    This specifies or retrieves the unique identifier assigned to the web server control.

    • ForceColor

    • Width

    • BackColor

    • ID

    • Visible

    Correct Answer
    A. ID
  • 25. 

    The Submit button allows triggering a PostBack to the web server.

    • True

    • False

    Correct Answer
    A. True
  • 26. 

    CheckBoxList control allows only single selection.

    • True

    • False

    Correct Answer
    A. False
  • 27. 

    Web server controls are used for server-side scripting.

    • True

    • False

    Correct Answer
    A. True
  • 28. 

    The FilePath property retrieves the virtual path of the page requested by ht browser.

    • True

    • False

    Correct Answer
    A. True
  • 29. 

    Target property is used to specify or retrieve the target window or frame in which the web page content needs to be displayed.

    • True

    • False

    Correct Answer
    A. True
  • 30. 

    Specifies or retrieve a value indicating whether themes apply to this control.

    • EnableTheming property.

    • Active event

    • FileName property

    • SaveAS

    • ActiveViewIndex

    Correct Answer
    A. EnableTheming property.
  • 31. 

    FileUpload class belongs to System.Web.UI.WebControls nameSpace.

    • True

    • False

    Correct Answer
    A. True
  • 32. 

    Specifies or retrieves the control on the form with the input focus when the control is loaded.

    • Multiple

    • Align

    • Method

    • Item

    • DefaultFocus

    Correct Answer
    A. DefaultFocus
  • 33. 

    Specifies the Client-side function name  that is use to check for validation.

    • ControlToValidate

    • IsValid

    • Page.IsValid

    • ClientValidateFunction

    • EnableClientScript

    Correct Answer
    A. ClientValidateFunction
  • 34. 

    The CompareValidatior control compares the value of one input control with the other input control based on the associated comparison operator.

    • True

    • False

    Correct Answer
    A. True
  • 35. 

    The Application object generally holds information that will be used by multiple pages of the application.

    • True

    • False

    Correct Answer
    A. True
  • 36. 

    The Request Type property specifies or retrieves the HTTP data transfer method, GET or POST, used by the client.

    • True

    • False

    Correct Answer
    A. True
  • 37. 

    Specifies or retrieves the lowest index number of the items that are selected in the list.

    • AutoPostBack

    • SelectionMode

    • SelectedIndex

    • SelectedValue

    • ID

    Correct Answer
    A. SelectedIndex
  • 38. 

    FindNode() method is used to retrieve a node from the TreeView control at the specified value path.

    • True

    • False

    Correct Answer
    A. True
  • 39. 

    Retrieves forceground color of LinkButton Control.

    • AssociatedControlID

    • AccessKey

    • OnClientClick

    • ForceColor

    • Control

    Correct Answer
    A. ForceColor
  • 40. 

    The AdRotator control inherits the properties from Calendar.

    • True

    • False

    Correct Answer
    A. False
  • 41. 

    Checks whether the zip code is entered in the required format.

    • CompareValidator

    • CustomValidator.

    • ReqularExpressionValidator.

    • ValidationSumary.

    Correct Answer
    A. ReqularExpressionValidator.
  • 42. 

    Retrieves the virtual path of the page.

    • ApplicationPath

    • FilePath

    • QueryString

    • MapImageCoordinates

    Correct Answer
    A. FilePath
  • 43. 

    Web server controls support defining a standard appearance for controls throughout the Web site using theme.

    • True

    • Fasle

    Correct Answer
    A. True
  • 44. 

    The RectangleHotPot class is used to define a rectangular hot spot region.

    • True

    • False

    Correct Answer
    A. True
  • 45. 

    Validation of the input data plays a role in ensuring smooth functioning of the web application.

    • True

    • False

    Correct Answer
    A. True
  • 46. 

    Display error messages when multiple validations fail in a loan application form. 

    • CompareValidator

    • CustomValidator.

    • ReqularExpressionValidator.

    • ValidationSumary.

    • RequiredFieldValidator

    Correct Answer
    A. ValidationSumary.
  • 47. 

    The ClearContent method removes all content from the buffer stream

    • True

    • False

    Correct Answer
    A. True
  • 48. 

    The property which specifies or retrieves the background color of the web server control.

    • ForceColor

    • Width

    • BackColor

    • ID

    • Visible

    Correct Answer
    A. BackColor
  • 49. 

    Specifies or retrieves short-cut key for quick navigation  of the button.

    • AssociatedControlID

    • AccessKey

    • OnClientClick

    • ForceColor

    • Control

    Correct Answer
    A. AccessKey

Quiz Review Timeline (Updated): Jan 4, 2013 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jan 04, 2013
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 19, 2009
    Quiz Created by
    Vietha
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.