Summary
In this chapter, you learned how to work with foreach
loops. You inserted a TextBox
and Label
controller in the Default.aspx
file and then related the two. You also worked with foreach
loops to produce a vertical output. Finally, you removed parts of your code to determine the impact of doing this.
In the next chapter, we'll talk about examining multiple values with the switch
blocks.