Hi,
When I did step 11 on page 282 I was able to move the Banner.ascx control onto the design surface but the properties window will not display the Display Direction to change it to horizontal. When I continue onto page 283 I get an error message that says Banner1 is not declared. Help!!!

Bagellady
Partial Class AboutUs
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not Page.IsPostBack Then
Banner1.DisplayDirection = Direction.Vertical
End If
End Sub
End Class
Error 3 Name 'Banner1' is not declared.
C:\Users\Anne\Documents\Visual Studio 2008\WebSites\WebSite2\BegASPNET\About\AboutUs.asp x.
vb 7 13 C:\...\BegASPNET\
The other errors are just warnings. Where does the banner get declared?