Computing.Net > Forums > Programming > Asp.net help!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Asp.net help!

Reply to Message Icon

Name: stbede77
Date: October 18, 2005 at 20:54:47 Pacific
OS: XP Pro
CPU/Ram: 2.8 ghz with 1024ram
Comment:

Below are a list of questions I had to answer about ASP.NET. Please look over them to see if I am correct. If not please let me know which ones and what the right answer is. THANKS! ^_^

1. Which of the following is read forward only?
__X_ DataReader
____ DataAdaptor

2. ASP.NET is native to?
____ Sun
_X__ MicroSoft
____ IBM
____ Red Hat

3. How does the Web Server know to pass a page to ASP.NET for processing?

* By looking at the extension of the file

4. Which statement is true of ASP.NET:
_X__ ASP.NET pages gets translated and executed each time it is requested
____ ASP.NET pages are compiled
____ After translation, the ASP.NET page becomes static and immutable


5. The output from ASP.NET that is displayed in the browser is:
____ JScript code that runs on the Web
____ Perl scripts
____ Java
__X_ HTML and JavaScript that runs on the Client Side

6. (True or False) When running a web site created with ASP.NET application, you would have to install it on all the client machines that are going to run it.
* False


7. (True or False) Notepad can be used as an editor for ASP.NET.
* True

8. (True or False) You cannot use client-side scripting in an ASP.NET page.
*False

9. (Select all that apply) JavaScript is interpreted by the:
_X__ Web Browser
____ Database Server
____ Web Server


10. <%@ Page Explicit="True" Language="VB" Debug="True" %>

Explain what each of these options are for:

• Explicit="True"
* ????

• Language="VB"
*Mean your using Visual Basic


11. Draw Lines to match the following two columns
ASP- * Typless
ASP.NET- *Typed


12. (True or False) ASP.NET Scripting elements and ASP>NET Tags such as
<asp:label id="h" runat="server" text="HI" /> can be seen in the HTML output generated by ASP.NET.
*False

13. Match the Validation Server Controls by drawing lines to match the type validation that is most suitable for the validation needed. Some maybe used more than once.

Choices:
A. RequiredFieldValidator
B. CompareValidator
C. RangeValidator
D. CustomValidator

Enter only one Choice in each of the items below. Make sure it is the most appropriate answer!

__B_ Check to make sure that the input entered in a control was an Integer or Date.

_A__ Make sure the user entered data

_B__ Make sure that the user enter a certain value in the control

__B_ Compare the value entered in one control the value entered in another control

__C_ Make sure the value entered was between 100 and 999

_D__ Check to see in the 3rd character entered was a “A”


14. Web Forms in ASP.NET uses which of the following FORM Method:
____ GET
__X_ POST

15. (True or False) The ACTION option on an ASP.NET FORM allows you to tell which page you want the form to transfer control to when the user hits the submit button.
*False

16. (True or False) In ASP.NET the FORM Page cannot be its own ACTION Page.
*False

17. (True or False) User Controls were formally known as Pagelets.
*True

18. (True or False) User Controls can have their own events.
*True

19. What is the purpose of creating User Control Pages in an ASP.NET page (check all that apply)?
__X_ Avoids duplicating code the same code in many pages

____ Allows for the sharing of code

_X__ Make correction to commonly used code easier to apply to different ASP pages

____ It is just something that out instructors makes us do to, because he is mean to us.


20. Which of the following allows you to process the data returned from a select statement forward and backward?
____ DataReader
_X__ DataAdaptor


21. When would you use data drill down?
???


22. What are the advantages and disadvantages of client side validation?

List one Advantage:
* Use less server processing power

List one Disadvantage:
* Could be misused to falsify data



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Asp.net help!

ASP.net User Control Help! www.computing.net/answers/programming/aspnet-user-control-help/14242.html

asp.net website creation advice www.computing.net/answers/programming/aspnet-website-creation-advice/12692.html

How to clear a textbox in asp.net www.computing.net/answers/programming/how-to-clear-a-textbox-in-aspnet-/8234.html