Workshop

IOTA^_^    

Sams Teach Yourself ASP.NET in 21 Days, Second Edition
By Chris Payne
Table of Contents
Day 1.  Getting Started with ASP.NET


This workshop will help reinforce the concepts covered in today's lesson. Answers can be found in Appendix A.

Quiz

1:

What must ASP.NET do before it sends anything to the browser?

2:

What does CLR stand for?

3:

What is metadata?

4:

What are three programmatic improvements of ASP.NET over ASP?

5:

How does ASP.NET work with the client and server machines?

6:

Why can't you simply double-click on an ASP.NET file to run it?

7:

What is a virtual directory?

8:

If you created a file called hello.aspx and placed it in the c:\inetpub\wwwroot\tyaspnet21days\MyApplication directory, how could you access it from the Web browser?

9:

What's the difference between code declaration blocks and render blocks?

Exercises

[click here]

What will be the output of the following ASP.NET page? Where would you save this file so users could access it?

 1:    <%@ Page Language="VB" %> 2: 3:    <script runat="server"> 4:       sub Page_Load(Sender as Object, e as EventArgs) 5:          lblMessage.Text = "This is my first exercise!" 6:       end sub 7:    </script> 8: 9:    <html><body> 10:       <asp:Label  runat="server"/> 11:     </body></html> 


    IOTA^_^    
    Top


    Sams Teach Yourself ASP. NET in 21 Days
    Sams Teach Yourself ASP.NET in 21 Days (2nd Edition)
    ISBN: 0672324458
    EAN: 2147483647
    Year: 2003
    Pages: 307
    Authors: Chris Payne

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net