ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 02 May 2017 My Price 9.00

ASP.net in C#

Hi can I get the answers to these ASP.net in C# within an hour?

 

 

QUESTION 1
Which of the following should you use to program web server controls?
properties
methods
events
all of the above QUESTION 3
What property of the calendar control is used to capture the data that the user clicked?
VisibleMonthChanged
SelectedDate
DayChanged
SelectionChanged QUESTION 4
Which ASP.NET object is used to store data that last as long as the ASP.NET application is alive?
Session
Page
Application
None of the above QUESTION 5
ASP.NET includes the C# code?
In the same file that contains the HTML tags
In another file with .cs extension In a file with .asmx extension
None of the above QUESTION 6
How do you manage states in ASP.NET application?
Session Objects
Application Objects
Viewstate
All of the above QUESTION 7
What is the correct extension for a web form page?
.html
.asmx
.aspx
.xml QUESTION 8
Which is the best way to verify that your application is performing properly or to track down
logic errors?
Exception handling
Tracing
Custom errors
None of the above QUESTION 9
Which of the following Web server controls allow the user to choose from mutually exclusive options?
Label
CheckBox
TextBox
RadioButton
All of the above QUESTION 10
You want to make a configuration setting change that will affect only the current Web
application; Which file will you change?
Web.config that is in the same folder as the Machine.config file
Web.config in the root of the Web application
Machine.config
Global.asa QUESTION 11
What is the name of the event handler that activates when the page is visited?
IsPostback
IsValid
Page_Load
Page_OnLoad QUESTION 12
Which of the following Web server controls is probably used most often than other controls for
both input and output? Label
TextBox
Menu
Calendar QUESTION 13
Which of the following controls display an image that responds to mouse clicks?
Image
ImageButton
Label
None of the above QUESTION 14
Which property is used to uniquely identify the web controls?
Id
Control
Name
Text QUESTION 15
You configure the session state using?
Global.asax file
WebForm1.aspx file
WebForm1.aspx.cs file
Web.config file QUESTION 18
Application events are defined in?
Web.config file
Global.asa file
Global.asax file
All of the above QUESTION 19
Which object allows you to send HTTP response data to a client and contains information about
that response?
Request
DataReader
Response
None of the above QUESTION 20
Which Validation control is the best choice to ensure that zip code values entered in a form are
all numeric?
RequiredFieldValidator
RangeValidator
CustomValidator
RegularExpressionValidator QUESTION 21
Which of the following controls let the user pick a combination of options?
CheckBox
RadioButton
TextBox
None of the above QUESTION 22
What is the name of the Web page property that you can query to determine that a Web page is
being requested without data being submitted?
FirstGet
Initialized
IncludesData
IsPostBack QUESTION 24
In which exception handling block do you write the code that may generate exceptions?
try
catch
finally
None of the above QUESTION 25
What method is used to remove all the items in a Drop-down List control? Remove
Delete
Clear
None of the above QUESTION 26
Assume that you want to redirect the user to page3.aspx page and also hide the page name and
other information; Which will be the correct syntax to use?
Response.Redirect( page3.aspx )
Request.QueryString( page3.aspx )
Server.Transfer( page3.aspx )
Response.show( page3.aspx ) QUESTION 28
You noticed that clicking a CheckBox does not cause a PostBack; you need the CheckBox to
PostBack so you can update the Web page based on server-side code; How do you make the
CheckBox cause a PostBack?
Set the AutoPostBack property to true.
Add JavaScript code to call the ForcePostBack method.
Set the PostBackAll property of the Web page to true.
Add server-side code to listen for the click event from the client. QUESTION 29
Which of the following Page methods is used to handle errors programmatically?
Load
Init Page_Error
None of the above QUESTION 30
Which of the following Web controls is most appropriate to create a link to another Web page?
Label
TextBox
HyperLink
DataGrid QUESTION 31
What attribute must be set on a validator control for the validation to work?
Validate
ControlToValidate
ValidateControl
ControlToBind
None of the above QUESTION 32
Where is the banner ad information stored?
Memory
Advertisement file
AdRotator file
Windows registry QUESTION 33 The default event for the ListBox web control is?
Click event
SelectedIndexChanged event
Load event
Init event
None of the above QUESTION 34
Every new web form in ASP.NET derives from?
Form class
Page class
WebForm class
Default class
None of the above QUESTION 35
Which of the following controls allow you to create dynamic pages that provide more than one
possible view?

Attachments:

Answers

(11)
Status NEW Posted 02 May 2017 01:05 AM My Price 9.00

-----------

Not Rated(0)